From 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 28 Nov 1999 18:53:47 +0000 Subject: 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}). --- sys/modules/usb/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'sys/modules/usb') diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index b83d88f73c688..edd1cba6b500b 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 -- cgit v1.3