1 # $FreeBSD: releng/6.1/sys/modules/mfi/Makefile 157460 2006-04-04 03:24:49Z scottl $
2
3 .PATH: ${.CURDIR}/../../dev/mfi
4
5 KMOD= mfi
6 SRCS= mfi.c mfi_pci.c mfi_disk.c
7 SRCS+= opt_mfi.h
8 SRCS+= device_if.h bus_if.h pci_if.h
9 CFLAGS+= -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>
Cache object: f8cbccb33682cc84d9c7f53ee656be9a
|