Merge remote-tracking branch 'origin/vendor/BINUTILS234'
[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 KMOD=   aac
4 SRCS=   aac.c aac_pci.c aac_disk.c aac_cam.c
5 SRCS+=  opt_cam.h opt_aac.h
6 SRCS+=  device_if.h bus_if.h pci_if.h
7
8 # To enable debug output from the driver, uncomment these two lines.
9 #KCFLAGS+= -DAAC_DEBUG=2
10 #SRCS+= aac_debug.c
11
12 .include <bsd.kmod.mk>