Makefiles: Fix $(SCST_DIR)

Fixes: dc7e039124 ("Makefiles: Remove most instances of $(SCST_INC_DIR)") (r8079)


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8121 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-03-31 21:11:17 +00:00
parent 6eb8e72ea6
commit 6cb1d158e7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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