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