diff --git a/fcst/Makefile b/fcst/Makefile index e6ae0ecb3..0e73b8a0d 100644 --- a/fcst/Makefile +++ b/fcst/Makefile @@ -60,7 +60,7 @@ endif INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra -SCST_DIR := $(shell echo "$$PWD")/../scst +SCST_DIR := $(shell echo "$$PWD")/../scst/src all: Modules.symvers Module.symvers $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_INI=m diff --git a/iscsi-scst/Makefile b/iscsi-scst/Makefile index a457ece07..70c99fb16 100644 --- a/iscsi-scst/Makefile +++ b/iscsi-scst/Makefile @@ -11,7 +11,7 @@ endif SHELL=/bin/bash -SCST_SYMVERS_DIR := $(shell echo "$$PWD")/../scst +SCST_SYMVERS_DIR := $(shell echo "$$PWD")/../scst/src SBINDIR := $(PREFIX)/sbin INITDIR := /etc/init.d RCDIR := /etc/rc.d diff --git a/scst_local/Makefile b/scst_local/Makefile index 93abadb8f..0efd1d4e1 100644 --- a/scst_local/Makefile +++ b/scst_local/Makefile @@ -50,7 +50,7 @@ endif INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra -SCST_DIR := $(shell echo "$$PWD")/../scst +SCST_DIR := $(shell echo "$$PWD")/../scst/src all: Modules.symvers Module.symvers $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_INI=m