135863739SMike Smith# $FreeBSD$ 235863739SMike Smith 3193d9e76SEnji Cooper.PATH: ${SRCTOP}/sys/dev/aac 4c68159a6SDavid E. O'Brien 5c09808d0SWarner Losh.if ${MACHINE_CPUARCH} == "i386" 67419815dSScott LongSUBDIR= aac_linux 77aabd922SScott Long.endif 87419815dSScott Long 935863739SMike SmithKMOD= aac 10fe3cb0e1SScott LongSRCS= aac.c aac_pci.c aac_disk.c aac_cam.c 11*6469bdcdSBrooks DavisSRCS+= opt_scsi.h opt_cam.h opt_aac.h 1235863739SMike SmithSRCS+= device_if.h bus_if.h pci_if.h 1335863739SMike Smith 14d383383eSScott Long# To enable debug output from the driver, uncomment these two lines. 1535863739SMike Smith#CFLAGS+= -DAAC_DEBUG=2 1635863739SMike Smith#SRCS+= aac_debug.c 1735863739SMike Smith 1835863739SMike Smith.include <bsd.kmod.mk> 19