summaryrefslogtreecommitdiffstats
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-01-23 13:56:58 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-01-23 13:56:58 +0000
commite6184773efcd19788ef297a76c5c4f0d803f64c3 (patch)
treeb5598e19b4d66e2a8e573fcb8f67db175fe937f8 /sys/modules/usb
parentf43b8177a91e06e2713aa7476c6e46109614bb9d (diff)
downloadFreeBSD-src-e6184773efcd19788ef297a76c5c4f0d803f64c3.zip
FreeBSD-src-e6184773efcd19788ef297a76c5c4f0d803f64c3.tar.gz
Get rid of some debugging cruft.
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index ff49f89..b4ba355 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -25,14 +25,6 @@ SRCS += ohci_pci.c ohci.c ohcireg.h ohcivar.h
SRCS += opt_bus.h pci_if.h
NOMAN =
-
-opt_usb.h:
- echo > opt_usb.h
-# echo "#define USB_DEBUG 1" >> opt_usb.h
-# echo "#define UHCI_DEBUG 1" >> opt_usb.h
-# echo "#define OHCI_DEBUG 1" >> opt_usb.h
-
-usb_devs.h:
- perl $S/kern/makedevlist.pl -h $S/dev/usb/usb.devs
+CFLAGS += ${DEBUG_FLAGS}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud