Merge branch 'vendor/OPENSSL'
[dragonfly.git] / sys / dev / raid / aac / Makefile
1 # $FreeBSD: src/sys/modules/aac/Makefile,v 1.9 2010/08/23 06:13:29 imp Exp $
2
3 .if ${MACHINE_ARCH} == "i386"
4 SUBDIR= aac_linux
5 .endif
6
7 KMOD=   aac
8 SRCS=   aac.c aac_pci.c aac_disk.c aac_cam.c
9 SRCS+=  opt_scsi.h opt_cam.h opt_aac.h
10 SRCS+=  device_if.h bus_if.h pci_if.h
11
12 # To enable debug output from the driver, uncomment these two lines.
13 #CFLAGS+= -DAAC_DEBUG=2
14 #SRCS+= aac_debug.c
15
16 .include <bsd.kmod.mk>