summaryrefslogtreecommitdiffstats
path: root/sys/modules/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2001-03-17 04:42:33 +0000
committerscottl <scottl@FreeBSD.org>2001-03-17 04:42:33 +0000
commit4b576c4ab58dae9b312f71e7d8878f92382c7d1d (patch)
treefdeeb417c8a8857608eaa7de9a87d44a7b3a9259 /sys/modules/aac
parent65e6e29f09d8d1be27018bded9672e61ae9f4f0b (diff)
downloadFreeBSD-src-4b576c4ab58dae9b312f71e7d8878f92382c7d1d.zip
FreeBSD-src-4b576c4ab58dae9b312f71e7d8878f92382c7d1d.tar.gz
Fix the building of the aac driver as a module. Add a comment about enabling
debug information for the driver.
Diffstat (limited to 'sys/modules/aac')
-rw-r--r--sys/modules/aac/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/aac/Makefile b/sys/modules/aac/Makefile
index 3759b50..08409e0 100644
--- a/sys/modules/aac/Makefile
+++ b/sys/modules/aac/Makefile
@@ -3,11 +3,12 @@
.PATH: ${.CURDIR}/../../dev/aac
KMOD= aac
-SRCS= aac.c aac_pci.c aac_disk.c
+SRCS= aac.c aac_pci.c aac_disk.c opt_aac.h
SRCS+= device_if.h bus_if.h pci_if.h
CFLAGS+= -DAAC_COMPAT_LINUX
+# To enable debug output from the driver, uncomment these two lines.
#CFLAGS+= -DAAC_DEBUG=2
#SRCS+= aac_debug.c
OpenPOWER on IntegriCloud