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