diff --git a/scst/src/Makefile b/scst/src/Makefile index 621d089a1..dbf687e84 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -115,8 +115,7 @@ $(SCST_INTF_VER_FILE): $(SCST_INC_DIR)/scst.h $(SCST_INC_DIR)/scst_const.h $(SCS all: $(SCST_INTF_VER_FILE) $(MAKE) -C certs KDIR=$(KDIR) - $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_DEV=m \ - KBUILD_EXTRA_SYMBOLS=$(SCST_DIR)/$(MODULE_SYMVERS) + $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_DEV=m scst: $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_DEV=n