summaryrefslogtreecommitdiffstats
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-11-22 06:36:25 +0000
committergreen <green@FreeBSD.org>1999-11-22 06:36:25 +0000
commit56e56ad17ac55b0b6764c61f948955e245738aec (patch)
treef6943b6040c61b362660665e9bbd974eb4012a96 /sys/modules/usb
parent02efd0147bce304eb116b3da1dc27d95ae61d4d9 (diff)
downloadFreeBSD-src-56e56ad17ac55b0b6764c61f948955e245738aec.zip
FreeBSD-src-56e56ad17ac55b0b6764c61f948955e245738aec.tar.gz
Make this compile (remove vnode_if.c from SRCS) and clean properly
(add opt_bus.h to CLEANFILES).
Diffstat (limited to 'sys/modules/usb')
-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 780613b..b83d88f 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
OpenPOWER on IntegriCloud