mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
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
9 lines
291 B
Makefile
9 lines
291 B
Makefile
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
|
|
|
|
obj-m += ib_srpt.o
|