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@214 d57e44dd-8a1f-0410-8b47-8ef2f437770f
18 lines
573 B
Diff
18 lines
573 B
Diff
Index: qla2x00t/qla2x00-target/Makefile
|
|
===================================================================
|
|
--- qla2x00t/qla2x00-target/Makefile (revision 213)
|
|
+++ qla2x00t/qla2x00-target/Makefile (working copy)
|
|
@@ -35,9 +35,9 @@ EXTRA_CFLAGS += -I$(SCST_INC_DIR) -DFC_T
|
|
|
|
INSTALL_DIR := /lib/modules/$(shell uname -r)/extra
|
|
|
|
-EXTRA_CFLAGS += -DEXTRACHECKS
|
|
-#EXTRA_CFLAGS += -DTRACING
|
|
-EXTRA_CFLAGS += -DDEBUG_TGT -g
|
|
+#EXTRA_CFLAGS += -DEXTRACHECKS
|
|
+EXTRA_CFLAGS += -DTRACING
|
|
+#EXTRA_CFLAGS += -DDEBUG_TGT -g
|
|
#EXTRA_CFLAGS += -DDEBUG_WORK_IN_THREAD
|
|
|
|
ifeq ($(KVER),)
|