xref: /freebsd/sys/modules/mfi/Makefile (revision 4f29da19bd44f0e99f021510460a81bf754c21d2)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../dev/mfi
4
5KMOD=	mfi
6SRCS=	mfi.c mfi_pci.c mfi_disk.c
7SRCS+=	opt_mfi.h
8SRCS+=	device_if.h bus_if.h pci_if.h
9CFLAGS+= -Wall -Werror
10
11# To enable debug output from the driver, uncomment these two lines.
12#CFLAGS+= -DMFI_DEBUG=2
13#SRCS+=	mfi_debug.c
14
15.include <bsd.kmod.mk>
16