xref: /freebsd/sys/modules/aac/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/aac
2c68159a6SDavid E. O'Brien
3c09808d0SWarner Losh.if ${MACHINE_CPUARCH} == "i386"
47419815dSScott LongSUBDIR= aac_linux
57aabd922SScott Long.endif
67419815dSScott Long
735863739SMike SmithKMOD=	aac
8fe3cb0e1SScott LongSRCS=	aac.c aac_pci.c aac_disk.c aac_cam.c
9*6469bdcdSBrooks DavisSRCS+=	opt_scsi.h opt_cam.h opt_aac.h
1035863739SMike SmithSRCS+=	device_if.h bus_if.h pci_if.h
1135863739SMike Smith
12d383383eSScott Long# To enable debug output from the driver, uncomment these two lines.
1335863739SMike Smith#CFLAGS+= -DAAC_DEBUG=2
1435863739SMike Smith#SRCS+=	aac_debug.c
1535863739SMike Smith
1635863739SMike Smith.include <bsd.kmod.mk>
17