17 lines
331 B
Makefile
17 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/aac
|
|
|
|
SUBDIR= aac_linux
|
|
|
|
KMOD= aac
|
|
SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c
|
|
SRCS+= opt_scsi.h opt_cam.h opt_aac.h
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
# To enable debug output from the driver, uncomment these two lines.
|
|
#CFLAGS+= -DAAC_DEBUG=2
|
|
#SRCS+= aac_debug.c
|
|
|
|
.include <bsd.kmod.mk>
|