summaryrefslogtreecommitdiffstats
path: root/sys/modules/wb
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2000-01-28 11:26:46 +0000
committerbde <bde@FreeBSD.org>2000-01-28 11:26:46 +0000
commit17f54b440885bc59edc685cdda9705529fcc178e (patch)
tree47b6dd04729b4fc7191f64343f09417db86d868a /sys/modules/wb
parentf9bed91ed94e8357fe2fc361655b947b9509690d (diff)
downloadFreeBSD-src-17f54b440885bc59edc685cdda9705529fcc178e.zip
FreeBSD-src-17f54b440885bc59edc685cdda9705529fcc178e.tar.gz
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles.
Diffstat (limited to 'sys/modules/wb')
-rw-r--r--sys/modules/wb/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/wb/Makefile b/sys/modules/wb/Makefile
index 5428835..b2a8ced 100644
--- a/sys/modules/wb/Makefile
+++ b/sys/modules/wb/Makefile
@@ -4,7 +4,6 @@
KMOD = if_wb
SRCS = if_wb.c opt_bdg.h device_if.h
SRCS += bus_if.h miibus_if.h pci_if.h
-CFLAGS += ${DEBUG_FLAGS}
KMODDEPS = miibus
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud