mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 13:16:34 +00:00
This patch makes the Makefiles easier to read. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9039 d57e44dd-8a1f-0410-8b47-8ef2f437770f
7 lines
211 B
Makefile
7 lines
211 B
Makefile
KBUILD_EXTRA_SYMBOLS=$(src)/../scst/src/Module.symvers
|
|
ccflags-y += -I$(src)/../scst/include
|
|
ccflags-y += $(call cc-option,-Wextra) -Wno-unused-parameter\
|
|
-Wno-missing-field-initializers
|
|
|
|
obj-m := scst_local.o
|