mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-19 22:44:24 +00:00
iscsi-scst, srpt: Rename the PRE_CFLAGS variable into CONFTEST_FLAGS
The latter name reflects better the role of this variable. Remove the CPPFLAGS assignment from srpt/src/Kbuild because it is not useful. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9082 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
LINUXINCLUDE := $(PRE_CFLAGS) $(LINUXINCLUDE)
|
||||
CPPFLAGS := $(PRE_CFLAGS) $(CPPFLAGS)
|
||||
LINUXINCLUDE := $(CONFTEST_CFLAGS) $(LINUXINCLUDE)
|
||||
KBUILD_EXTRA_SYMBOLS=$(src)/../../scst/src/Module.symvers \
|
||||
$(shell for d in /usr/src/ofa_kernel/default/Module.symvers; do\
|
||||
[ -e $$d ] || continue; echo $$d; break; done)
|
||||
ccflags-y += -I$(src)/../../scst/include
|
||||
|
||||
ccflags-y += -I$(src)/../../scst/include
|
||||
|
||||
obj-m += ib_srpt.o
|
||||
|
||||
Reference in New Issue
Block a user