mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@457 d57e44dd-8a1f-0410-8b47-8ef2f437770f
8 lines
191 B
Makefile
8 lines
191 B
Makefile
SCST_INC_DIR := $(SUBDIRS)/../../scst/include/
|
|
|
|
EXTRA_CFLAGS += -I$(SCST_INC_DIR)
|
|
#EXTRA_CFLAGS += -DCONFIG_SCST_DEBUG -g
|
|
#EXTRA_CFLAGS += -Wextra -Wno-unused-parameter
|
|
|
|
obj-m += ib_srpt.o
|