diff options
author | jhb <jhb@FreeBSD.org> | 2004-12-31 16:05:07 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-12-31 16:05:07 +0000 |
commit | 33a905889d569006aceb4e6be8f65dc58eb3a316 (patch) | |
tree | bc471bce91b3aab0a20d7857e1d8b4baf7573b3f /sys/modules | |
parent | 09d675e0036cabd19865715b8f4b80d92a7bd8ca (diff) | |
download | FreeBSD-src-33a905889d569006aceb4e6be8f65dc58eb3a316.zip FreeBSD-src-33a905889d569006aceb4e6be8f65dc58eb3a316.tar.gz |
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.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index d126db8..72347e6 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -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 |