diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-11-28 18:53:47 +0000 |
| commit | 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch) | |
| tree | a75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/usb/Makefile | |
| parent | bc019cca2fb755ab66c54bc88a073e843b66bb55 (diff) | |
Notes
Diffstat (limited to 'sys/modules/usb/Makefile')
| -rw-r--r-- | sys/modules/usb/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index b83d88f73c68..edd1cba6b500 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -25,30 +25,12 @@ SRCS += opt_bus.h pci_if.h NOMAN = CFLAGS += -g -CLEANFILES += bus_if.h device_if.h pci_if.h usb_if.h usb_if.c \ - vnode_if.c vnode_if.h \ - uhci_pci.o uhci.o \ - ohci_pci.o ohci.o \ - opt_usb.h opt_bus.h 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 -opt_bus.h: - echo > opt_bus.h - -bus_if.h: - perl $S/kern/makedevops.pl -h $S/kern/bus_if.m -device_if.h: - perl $S/kern/makedevops.pl -h $S/kern/device_if.m -usb_if.h: - perl $S/kern/makedevops.pl -h $S/dev/usb/usb_if.m -usb_if.c: - perl $S/kern/makedevops.pl -c $S/dev/usb/usb_if.m -pci_if.h: - perl $S/kern/makedevops.pl -h $S/pci/pci_if.m usb_devs.h: perl $S/kern/makedevlist.pl -h $S/dev/usb/usb.devs |
