mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
design. This includes integrated Dell RAID controllers, the Dell PERC 2/QC and the HP NetRAID-4M.
13 lines
234 B
Makefile
13 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>
|