From 05e8ee131fa08698de5f0f93f2287db97479b97a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 11 Jun 2020 03:37:46 +0000 Subject: [PATCH] scst/src/Makefile: Do not set KBUILD_EXTRA_SYMBOLS git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.4.x@9009 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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