Add usbdevs_data.h to the SRCS list since usb_subr.c needs it. This forces

old usbdevs_data.h files to be updated as well as fixing the standalone
usb module build.
This commit is contained in:
John Baldwin 2004-12-31 16:05:07 +00:00
parent 46003fb337
commit 8f11becb12

View File

@ -16,7 +16,7 @@ SRCS= bus_if.h device_if.h usb_if.h usb_if.c \
usb_port.h \
usb_quirks.c usb_quirks.h \
usb_subr.c \
usbdevs.h \
usbdevs.h usbdevs_data.h \
usbdi.c usbdi.h usbdivar.h \
usbdi_util.c usbdi_util.h \
usb_ethersubr.c usbdevs.h