Get rid of some debugging cruft.

This commit is contained in:
Nick Hibma 2000-01-23 13:56:58 +00:00
parent bd41474bb3
commit 0c4407576d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56453

View File

@ -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>