xref: /freebsd/sys/modules/aac/Makefile (revision d383383e6f59051fb95fa3a69ba07fdbf9ebf74d)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../../dev/aac
4
5KMOD=	aac
6SRCS=	aac.c aac_pci.c aac_disk.c opt_aac.h
7SRCS+=	device_if.h bus_if.h pci_if.h
8
9CFLAGS+= -DAAC_COMPAT_LINUX
10
11# To enable debug output from the driver, uncomment these two lines.
12#CFLAGS+= -DAAC_DEBUG=2
13#SRCS+=	aac_debug.c
14
15.include <bsd.kmod.mk>
16