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

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

KMOD=	aac
SRCS=	aac.c aac_pci.c aac_disk.c opt_aac.h
SRCS+=	device_if.h bus_if.h pci_if.h

CFLAGS+= -DAAC_COMPAT_LINUX

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

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