]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/aac/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / aac / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/aac
4
5 .if ${MACHINE_CPUARCH} == "i386"
6 SUBDIR= aac_linux
7 .endif
8
9 KMOD=   aac
10 SRCS=   aac.c aac_pci.c aac_disk.c aac_cam.c
11 SRCS+=  opt_scsi.h opt_cam.h opt_aac.h
12 SRCS+=  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>