1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/dev/aac 4 5.if ${MACHINE_CPUARCH} == "i386" 6SUBDIR= aac_linux 7.endif 8 9KMOD= aac 10SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c 11SRCS+= opt_scsi.h opt_cam.h opt_aac.h 12SRCS+= device_if.h bus_if.h pci_if.h 13 14# To enable debug output from the driver, uncomment these two lines. 15#CFLAGS+= -DAAC_DEBUG=2 16#SRCS+= aac_debug.c 17 18.include <bsd.kmod.mk> 19