Make this compile (remove vnode_if.c from SRCS) and clean properly
(add opt_bus.h to CLEANFILES).
This commit is contained in:
parent
46d6fe727e
commit
aad0fe3efa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53556
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user