xref: /dragonfly/sys/dev/raid/aac/Makefile (revision 3d33658b)
1# $FreeBSD: src/sys/modules/aac/Makefile,v 1.9 2010/08/23 06:13:29 imp Exp $
2
3KMOD=	aac
4SRCS=	aac.c aac_pci.c aac_disk.c aac_cam.c
5SRCS+=	opt_cam.h opt_aac.h
6SRCS+=	device_if.h bus_if.h pci_if.h
7
8# To enable debug output from the driver, uncomment these two lines.
9#KCFLAGS+= -DAAC_DEBUG=2
10#SRCS+=	aac_debug.c
11
12.include <bsd.kmod.mk>
13