From e6184773efcd19788ef297a76c5c4f0d803f64c3 Mon Sep 17 00:00:00 2001 From: n_hibma Date: Sun, 23 Jan 2000 13:56:58 +0000 Subject: Get rid of some debugging cruft. --- sys/modules/usb/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sys') 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 -- cgit v1.1