mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-24 22:21:27 +00:00
qla2x00t/qla2x00-target/Makefile: Fix the path from where the SCST Modules.symvers file is read
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8080 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -91,7 +91,7 @@ endif
|
||||
|
||||
INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra
|
||||
|
||||
SCST_DIR := $(shell echo "$$PWD")/../../scst
|
||||
SCST_DIR := $(shell echo "$$PWD/../../scst/src")
|
||||
|
||||
ifneq ($(BUILD_2X_MODULE),)
|
||||
# We need to make qla2xxx_scst before Module.symvers
|
||||
|
||||
Reference in New Issue
Block a user