summaryrefslogtreecommitdiffstats
path: root/sys/modules/mfi/Makefile
blob: 6d0ddf452fbb1ae5347a32714497cfd5f2a68172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.PATH: ${.CURDIR}/../../dev/mfi

KMOD=	mfi
SRCS=	mfi.c mfi_pci.c mfi_disk.c
SRCS+=	opt_mfi.h
SRCS+=	device_if.h bus_if.h pci_if.h
CFLAGS+= -Wall -Werror

# To enable debug output from the driver, uncomment these two lines.
#CFLAGS+= -DMFI_DEBUG=2
#SRCS+=	mfi_debug.c

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud