diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-11-22 06:36:25 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-11-22 06:36:25 +0000 |
| commit | aad0fe3efa4b478d7a768ad273655ea3f90b71eb (patch) | |
| tree | f6943b6040c61b362660665e9bbd974eb4012a96 /sys | |
| parent | 46d6fe727e11e9c6cf1494d14def11a4a624cca3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/usb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index 780613b709e24..b83d88f73c688 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 |
