xref: /freebsd-14.2/sys/modules/aac/Makefile (revision 031beb4e)
135863739SMike Smith
2193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/aac
3c68159a6SDavid E. O'Brien
4c09808d0SWarner Losh.if ${MACHINE_CPUARCH} == "i386"
57419815dSScott LongSUBDIR= aac_linux
67aabd922SScott Long.endif
77419815dSScott Long
835863739SMike SmithKMOD=	aac
9fe3cb0e1SScott LongSRCS=	aac.c aac_pci.c aac_disk.c aac_cam.c
10*6469bdcdSBrooks DavisSRCS+=	opt_scsi.h opt_cam.h opt_aac.h
1135863739SMike SmithSRCS+=	device_if.h bus_if.h pci_if.h
1235863739SMike Smith
13d383383eSScott Long# To enable debug output from the driver, uncomment these two lines.
1435863739SMike Smith#CFLAGS+= -DAAC_DEBUG=2
1535863739SMike Smith#SRCS+=	aac_debug.c
1635863739SMike Smith
1735863739SMike Smith.include <bsd.kmod.mk>
18