diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-02-26 03:15:42 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-02-26 03:15:42 +0000 |
| commit | 7874f606d5cefa443c96bc218d76d696db6f1a69 (patch) | |
| tree | ad64b7fff0868ef683f7e5764838fab2d311b965 /sys/modules/aac | |
| parent | 13f9c3024f92dea14d1e7c1f58d132c3e460bb5f (diff) | |
Notes
Diffstat (limited to 'sys/modules/aac')
| -rw-r--r-- | sys/modules/aac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/aac/Makefile b/sys/modules/aac/Makefile index f4f01752697e..782b1a51c195 100644 --- a/sys/modules/aac/Makefile +++ b/sys/modules/aac/Makefile @@ -12,5 +12,6 @@ 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 +CFLAGS+= -g .include <bsd.kmod.mk> |
