diff options
author | Prakash, Sathya <sathya.prakash@lsi.com> | 2007-07-24 06:10:08 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-28 11:25:35 -0400 |
commit | 5c1b91b9923d1b3d33576e391ff7b587bdff7a3e (patch) | |
tree | 7c688d0c3a2e46ec50d3c0263689a236cd669204 /drivers/message/fusion/Makefile | |
parent | 92631fa4d0afa64b82144eab714fbf2f4049dabe (diff) |
[SCSI] mpt fusion: logging support in Kconfig, Makefile, mptbase.h and addition of mptdebug.h
This patch adds a new file mptdebug.h in the fusion source directory,
which contains different debug macros. The existing debug macros and
flags are removed from the mptbase.h and Makefile In Kconfig a new
configuration parameter FUSION_LOGGING is added to enable/disable the
logging support during compile time.
signed-off-by: Sathya Prakash <sathya.prakash@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 | 37 |
1 files changed, 3 insertions, 34 deletions
diff --git a/drivers/message/fusion/Makefile b/drivers/message/fusion/Makefile index 6003b46c8438..95c9532cb07c 100644 --- a/drivers/message/fusion/Makefile +++ b/drivers/message/fusion/Makefile | |||
@@ -1,39 +1,8 @@ | |||
1 | # Fusion MPT drivers; recognized debug defines... | 1 | # Fusion MPT drivers; recognized debug defines... |
2 | # MPT general: | ||
3 | #EXTRA_CFLAGS += -DMPT_DEBUG | ||
4 | #EXTRA_CFLAGS += -DMPT_DEBUG_MSG_FRAME | ||
5 | #EXTRA_CFLAGS += -DMPT_DEBUG_SG | ||
6 | #EXTRA_CFLAGS += -DMPT_DEBUG_EVENTS | ||
7 | #EXTRA_CFLAGS += -DMPT_DEBUG_VERBOSE_EVENTS | ||
8 | #EXTRA_CFLAGS += -DMPT_DEBUG_INIT | ||
9 | #EXTRA_CFLAGS += -DMPT_DEBUG_EXIT | ||
10 | #EXTRA_CFLAGS += -DMPT_DEBUG_FAIL | ||
11 | #EXTRA_CFLAGS += -DMPT_DEBUG_DV | ||
12 | #EXTRA_CFLAGS += -DMPT_DEBUG_TM | ||
13 | #EXTRA_CFLAGS += -DMPT_DEBUG_REPLY | ||
14 | 2 | ||
15 | # | 3 | # enable verbose logging |
16 | # driver/module specifics... | 4 | # CONFIG_FUSION_LOGGING needs to be enabled in Kconfig |
17 | # | 5 | #EXTRA_CFLAGS += -DMPT_DEBUG_VERBOSE |
18 | # For mptbase: | ||
19 | #CFLAGS_mptbase.o += -DMPT_DEBUG_HANDSHAKE | ||
20 | #CFLAGS_mptbase.o += -DMPT_DEBUG_CONFIG | ||
21 | #CFLAGS_mptbase.o += -DMPT_DEBUG_DL | ||
22 | #CFLAGS_mptbase.o += -DMPT_DEBUG_IRQ | ||
23 | #CFLAGS_mptbase.o += -DMPT_DEBUG_RESET | ||
24 | # | ||
25 | # For mptscsih: | ||
26 | #CFLAGS_mptscsih.o += -DMPT_DEBUG_SCSI | ||
27 | # | ||
28 | # For mptctl: | ||
29 | #CFLAGS_mptctl.o += -DMPT_DEBUG_IOCTL | ||
30 | # | ||
31 | # For mptfc: | ||
32 | #CFLAGS_mptfc.o += -DMPT_DEBUG_FC | ||
33 | |||
34 | # For mptsas: | ||
35 | #CFLAGS_mptsas.o += -DMPT_DEBUG_SAS | ||
36 | #CFLAGS_mptsas.o += -DMPT_DEBUG_SAS_WIDE | ||
37 | 6 | ||
38 | 7 | ||
39 | #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-} LSI_LOGIC | 8 | #=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-} LSI_LOGIC |