From 40218a48e0a8dc7a6f4e9ba55f84586ce2014165 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Mon, 25 Sep 2006 11:42:12 +0000 Subject: [PATCH] Update the mfi module build with the mfi_debug.c file. --- sys/modules/mfi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/modules/mfi/Makefile b/sys/modules/mfi/Makefile index 733d6fcc2b55..1adee89f006b 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