summaryrefslogtreecommitdiffstats
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commitd7156780d39bcfe9261d9a092c4b4fcbf122a73e (patch)
tree18228d1b21d9e19229ad8461e2b326297d531fef /sys/modules/usb
parent927cbd2a6cdb5a394f334292d5ba382cf783967f (diff)
downloadFreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.zip
FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.tar.gz
Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index b83d88f..edd1cba 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
OpenPOWER on IntegriCloud