mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@394 d57e44dd-8a1f-0410-8b47-8ef2f437770f
12 lines
304 B
Makefile
12 lines
304 B
Makefile
SCST_INC_DIR := include/scst
|
|
FUSION_INC_DIR := drivers/message/fusion
|
|
EXTRA_CFLAGS += -I$(SCST_INC_DIR) -I$(FUSION_INC_DIR) -Iinclude/scsi
|
|
|
|
EXTRA_CFLAGS += -DEXTRACHECKS
|
|
#EXTRA_CFLAGS += -DTRACING
|
|
EXTRA_CFLAGS += -DDEBUG
|
|
#EXTRA_CFLAGS += -DDEBUG_WORK_IN_THREAD
|
|
|
|
obj-$(CONFIG_FUSION_SCST) += mpt_scst.o
|
|
|