diff options
author | bde <bde@FreeBSD.org> | 2000-01-28 11:26:46 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-01-28 11:26:46 +0000 |
commit | 17f54b440885bc59edc685cdda9705529fcc178e (patch) | |
tree | 47b6dd04729b4fc7191f64343f09417db86d868a /sys/modules/usb | |
parent | f9bed91ed94e8357fe2fc361655b947b9509690d (diff) | |
download | FreeBSD-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/usb')
-rw-r--r-- | sys/modules/usb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index b4ba355..6dad16d 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -25,6 +25,5 @@ SRCS += ohci_pci.c ohci.c ohcireg.h ohcivar.h SRCS += opt_bus.h pci_if.h NOMAN = -CFLAGS += ${DEBUG_FLAGS} .include <bsd.kmod.mk> |