freebsd-dev/sys/modules/aac/Makefile
Mike Smith 358637397e A new driver for PCI:SCSI RAID controllers based on the Adaptec FSA
design.  This includes integrated Dell RAID controllers, the Dell
PERC 2/QC and the HP NetRAID-4M.
2000-09-13 03:20:35 +00:00

14 lines
234 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/aac
KMOD = aac
SRCS = aac.c aac_pci.c aac_disk.c
SRCS += device_if.h bus_if.h pci_if.h
CFLAGS+= -DAAC_COMPAT_LINUX
#CFLAGS+= -DAAC_DEBUG=2
#SRCS += aac_debug.c
.include <bsd.kmod.mk>