mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-03 22:06:25 +00:00
21 lines
473 B
Makefile
21 lines
473 B
Makefile
KBUILD_EXTRA_SYMBOLS=$(src)/../scst/src/Module.symvers
|
|
|
|
ccflags-y := -I$(src)/../scst/include \
|
|
-Wall \
|
|
-Wextra \
|
|
-Wno-type-limits \
|
|
-Wno-missing-field-initializers \
|
|
-Wno-unused-parameter \
|
|
-Wformat \
|
|
-O2 \
|
|
-Werror=format-security \
|
|
-Werror=implicit-function-declaration \
|
|
-pipe \
|
|
-g \
|
|
-grecord-gcc-switches \
|
|
-fstack-clash-protection \
|
|
-fstack-protector-strong \
|
|
-Wstrict-prototypes
|
|
|
|
obj-m := scst_local.o
|