aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/aac
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-03-17 04:42:33 +0000
committerScott Long <scottl@FreeBSD.org>2001-03-17 04:42:33 +0000
commitd383383e6f59051fb95fa3a69ba07fdbf9ebf74d (patch)
tree353c12dea7539a0a8196f8a7f760bdd644d81b94 /sys/modules/aac
parent0197892d6a55f2f4be1da7aad71f52d94e4366cd (diff)
downloadsrc-d383383e6f59051fb95fa3a69ba07fdbf9ebf74d.tar.gz
src-d383383e6f59051fb95fa3a69ba07fdbf9ebf74d.zip
Fix the building of the aac driver as a module. Add a comment about enabling
debug information for the driver.
Notes
Notes: svn path=/head/; revision=74379
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 3759b504d7c1..08409e0dc664 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