diff options
author | Eric Moore <eric.moore@lsi.com> | 2007-01-29 11:44:54 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-02-02 21:53:14 -0500 |
commit | c6c727a1a0ff90c80425b7226557b2354e00cf7b (patch) | |
tree | 832e5b9505f8a4cc7e29c4f800b8f25fb14b1527 /drivers/message/fusion/Makefile | |
parent | 873c82ed165a345fa381415b9734d26e9af4ec96 (diff) |
[SCSI] fusion - iocstatus, loginfo, and event debug updates
various string updates for iocstatus, logingo, and fw asyn events.
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/Makefile b/drivers/message/fusion/Makefile index 6171783f0007..6003b46c8438 100644 --- a/drivers/message/fusion/Makefile +++ b/drivers/message/fusion/Makefile | |||
@@ -10,6 +10,7 @@ | |||
10 | #EXTRA_CFLAGS += -DMPT_DEBUG_FAIL | 10 | #EXTRA_CFLAGS += -DMPT_DEBUG_FAIL |
11 | #EXTRA_CFLAGS += -DMPT_DEBUG_DV | 11 | #EXTRA_CFLAGS += -DMPT_DEBUG_DV |
12 | #EXTRA_CFLAGS += -DMPT_DEBUG_TM | 12 | #EXTRA_CFLAGS += -DMPT_DEBUG_TM |
13 | #EXTRA_CFLAGS += -DMPT_DEBUG_REPLY | ||
13 | 14 | ||
14 | # | 15 | # |
15 | # driver/module specifics... | 16 | # driver/module specifics... |
@@ -23,7 +24,6 @@ | |||
23 | # | 24 | # |
24 | # For mptscsih: | 25 | # For mptscsih: |
25 | #CFLAGS_mptscsih.o += -DMPT_DEBUG_SCSI | 26 | #CFLAGS_mptscsih.o += -DMPT_DEBUG_SCSI |
26 | #CFLAGS_mptscsih.o += -DMPT_DEBUG_REPLY | ||
27 | # | 27 | # |
28 | # For mptctl: | 28 | # For mptctl: |
29 | #CFLAGS_mptctl.o += -DMPT_DEBUG_IOCTL | 29 | #CFLAGS_mptctl.o += -DMPT_DEBUG_IOCTL |