Makefiles: Remove most instances of $(SCST_INC_DIR)

Move the $(SCST_INC_DIR) definitions from the out-of-tree sections into
the in-kernel sections. Since SCST is now distributed as a single tar
archive, only support in-tree builds with $(SCST_INC_DIR) and $(SCST_DIR).


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8079 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-03-25 22:10:21 +00:00
parent bd373cfa6e
commit dc7e039124
13 changed files with 31 additions and 84 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
LINUXINCLUDE := $(PRE_CFLAGS) $(LINUXINCLUDE)
CPPFLAGS := $(PRE_CFLAGS) $(CPPFLAGS)
ccflags-y += -I$(SCST_INC_DIR)
ccflags-y += -I$(KBUILD_EXTMOD)/../../scst/include
-include $(KBUILD_EXTMOD)/../../build_mode