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