]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/aacraid/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / aacraid / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/aacraid
4
5 .if ${MACHINE_CPUARCH} == "i386"
6 SUBDIR= aacraid_linux
7 .endif
8
9 KMOD=   aacraid
10 SRCS=   aacraid.c aacraid_pci.c aacraid_cam.c
11 SRCS+=  opt_scsi.h opt_cam.h opt_aacraid.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+= -DAACRAID_DEBUG=2
16 #SRCS+= aacraid_debug.c
17
18 .include <bsd.kmod.mk>