165793Smsmith# $FreeBSD$
265793Smsmith
370711Sobrien.PATH: ${.CURDIR}/../../dev/aac
465793Smsmith
5211690Simp.if ${MACHINE_CPUARCH} == "i386"
6103952SscottlSUBDIR= aac_linux
7134507Sscottl.endif
8103952Sscottl
970711SobrienKMOD=	aac
1095536SscottlSRCS=	aac.c aac_pci.c aac_disk.c aac_cam.c
1195536SscottlSRCS+=	opt_scsi.h opt_cam.h opt_aac.h
1270711SobrienSRCS+=	device_if.h bus_if.h pci_if.h
1365793Smsmith
1474379Sscottl# To enable debug output from the driver, uncomment these two lines.
1570711Sobrien#CFLAGS+= -DAAC_DEBUG=2
1670711Sobrien#SRCS+=	aac_debug.c
1770711Sobrien
1865793Smsmith.include <bsd.kmod.mk>
19