aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/Makefile
diff options
context:
space:
mode:
authorEric Moore <eric.moore@lsi.com>2007-01-29 11:44:06 -0500
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2007-02-02 21:50:25 -0500
commit873c82ed165a345fa381415b9734d26e9af4ec96 (patch)
tree62bb559f2768e887987c1f7dffeef126908b0cbf /drivers/message/fusion/Makefile
parent5a9c47b1344b514758d5d7f193c672850390cc36 (diff)
[SCSI] fusion - added mptspi debug
helpful debug for mptspi module Signed-off-by: Eric Moore <Eric.Moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/Makefile')
-rw-r--r--drivers/message/fusion/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/message/fusion/Makefile b/drivers/message/fusion/Makefile
index 3217076b40f4..6171783f0007 100644
--- a/drivers/message/fusion/Makefile
+++ b/drivers/message/fusion/Makefile
@@ -8,6 +8,7 @@
8#EXTRA_CFLAGS += -DMPT_DEBUG_INIT 8#EXTRA_CFLAGS += -DMPT_DEBUG_INIT
9#EXTRA_CFLAGS += -DMPT_DEBUG_EXIT 9#EXTRA_CFLAGS += -DMPT_DEBUG_EXIT
10#EXTRA_CFLAGS += -DMPT_DEBUG_FAIL 10#EXTRA_CFLAGS += -DMPT_DEBUG_FAIL
11#EXTRA_CFLAGS += -DMPT_DEBUG_DV
11#EXTRA_CFLAGS += -DMPT_DEBUG_TM 12#EXTRA_CFLAGS += -DMPT_DEBUG_TM
12 13
13# 14#
@@ -21,8 +22,6 @@
21#CFLAGS_mptbase.o += -DMPT_DEBUG_RESET 22#CFLAGS_mptbase.o += -DMPT_DEBUG_RESET
22# 23#
23# For mptscsih: 24# For mptscsih:
24#CFLAGS_mptscsih.o += -DMPT_DEBUG_DV
25#CFLAGS_mptscsih.o += -DMPT_DEBUG_NEGO
26#CFLAGS_mptscsih.o += -DMPT_DEBUG_SCSI 25#CFLAGS_mptscsih.o += -DMPT_DEBUG_SCSI
27#CFLAGS_mptscsih.o += -DMPT_DEBUG_REPLY 26#CFLAGS_mptscsih.o += -DMPT_DEBUG_REPLY
28# 27#