mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Update the mfi module build with the mfi_debug.c file.
This commit is contained in:
parent
b3a9bf4df7
commit
40218a48e0
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue