diff options
author | Eric Moore <eric.moore@lsi.com> | 2007-01-29 09:44:54 -0700 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-02-02 20:53:14 -0600 |
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 6171783f000..6003b46c843 100644 --- a/drivers/message/fusion/Makefile +++ b/drivers/message/fusion/Makefile @@ -10,6 +10,7 @@ #EXTRA_CFLAGS += -DMPT_DEBUG_FAIL #EXTRA_CFLAGS += -DMPT_DEBUG_DV #EXTRA_CFLAGS += -DMPT_DEBUG_TM +#EXTRA_CFLAGS += -DMPT_DEBUG_REPLY # # driver/module specifics... @@ -23,7 +24,6 @@ # # For mptscsih: #CFLAGS_mptscsih.o += -DMPT_DEBUG_SCSI -#CFLAGS_mptscsih.o += -DMPT_DEBUG_REPLY # # For mptctl: #CFLAGS_mptctl.o += -DMPT_DEBUG_IOCTL |