Update the mfi module build with the mfi_debug.c file.

This commit is contained in:
Scott Long 2006-09-25 11:42:12 +00:00
parent b3a9bf4df7
commit 40218a48e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162624

View File

@ -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>