5c1b91b992
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>
14 lines
469 B
Makefile
14 lines
469 B
Makefile
# Fusion MPT drivers; recognized debug defines...
|
|
|
|
# enable verbose logging
|
|
# CONFIG_FUSION_LOGGING needs to be enabled in Kconfig
|
|
#EXTRA_CFLAGS += -DMPT_DEBUG_VERBOSE
|
|
|
|
|
|
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-} LSI_LOGIC
|
|
|
|
obj-$(CONFIG_FUSION_SPI) += mptbase.o mptscsih.o mptspi.o
|
|
obj-$(CONFIG_FUSION_FC) += mptbase.o mptscsih.o mptfc.o
|
|
obj-$(CONFIG_FUSION_SAS) += mptbase.o mptscsih.o mptsas.o
|
|
obj-$(CONFIG_FUSION_CTL) += mptctl.o
|
|
obj-$(CONFIG_FUSION_LAN) += mptlan.o
|