summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2006-09-25 11:42:12 +0000
committerscottl <scottl@FreeBSD.org>2006-09-25 11:42:12 +0000
commit177e8e3cdf7e9a10b30319bc2f34b3e2e12aa67c (patch)
tree67958423729aebc431f04663c84abde8d18acdee /sys/modules
parent3ea1855f4d5e663b647ad481266289733547a266 (diff)
downloadFreeBSD-src-177e8e3cdf7e9a10b30319bc2f34b3e2e12aa67c.zip
FreeBSD-src-177e8e3cdf7e9a10b30319bc2f34b3e2e12aa67c.tar.gz
Update the mfi module build with the mfi_debug.c file.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mfi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/mfi/Makefile b/sys/modules/mfi/Makefile
index 733d6fc..1adee89 100644
--- a/sys/modules/mfi/Makefile
+++ b/sys/modules/mfi/Makefile
@@ -7,8 +7,10 @@ SUBDIR= mfi_linux
.endif
KMOD= mfi
-SRCS= mfi.c mfi_pci.c mfi_disk.c
+SRCS= mfi.c mfi_pci.c mfi_disk.c mfi_debug.c
SRCS+= opt_mfi.h
SRCS+= device_if.h bus_if.h pci_if.h
+#CFLAGS += -DMFI_DEBUG
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud