2000-09-13 03:20:35 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/aac
|
2000-09-13 03:20:35 +00:00
|
|
|
|
2002-09-25 05:00:25 +00:00
|
|
|
SUBDIR= aac_linux
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
KMOD= aac
|
2002-04-27 01:31:17 +00:00
|
|
|
SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c
|
|
|
|
SRCS+= opt_scsi.h opt_cam.h opt_aac.h
|
2001-01-06 14:00:42 +00:00
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
2000-09-13 03:20:35 +00:00
|
|
|
|
2001-03-17 04:42:33 +00:00
|
|
|
# To enable debug output from the driver, uncomment these two lines.
|
2001-01-06 14:00:42 +00:00
|
|
|
#CFLAGS+= -DAAC_DEBUG=2
|
|
|
|
#SRCS+= aac_debug.c
|
2000-09-13 03:20:35 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|