358637397e
design. This includes integrated Dell RAID controllers, the Dell PERC 2/QC and the HP NetRAID-4M.
14 lines
234 B
Makefile
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>
|