aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>1999-11-22 06:36:25 +0000
committerBrian Feldman <green@FreeBSD.org>1999-11-22 06:36:25 +0000
commitaad0fe3efa4b478d7a768ad273655ea3f90b71eb (patch)
treef6943b6040c61b362660665e9bbd974eb4012a96
parent46d6fe727e11e9c6cf1494d14def11a4a624cca3 (diff)
Notes
-rw-r--r--sys/modules/usb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index 780613b709e2..b83d88f73c68 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -6,7 +6,7 @@ S = ${.CURDIR}/../..
.PATH: $S/dev/usb $S/pci
KMOD = usb
SRCS = bus_if.h device_if.h usb_if.h usb_if.c \
- vnode_if.c vnode_if.h \
+ vnode_if.h \
opt_usb.h \
hid.c hid.h usbhid.h \
uhub.c \
@@ -29,7 +29,7 @@ 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_usb.h opt_bus.h
opt_usb.h:
echo > opt_usb.h