From 4b576c4ab58dae9b312f71e7d8878f92382c7d1d Mon Sep 17 00:00:00 2001 From: scottl Date: Sat, 17 Mar 2001 04:42:33 +0000 Subject: Fix the building of the aac driver as a module. Add a comment about enabling debug information for the driver. --- sys/modules/aac/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/modules/aac') 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 -- cgit v1.1