diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-12-31 16:05:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-12-31 16:05:07 +0000 |
| commit | 8f11becb123c361f9f9e749b4b084b492861f3ff (patch) | |
| tree | bc471bce91b3aab0a20d7857e1d8b4baf7573b3f /sys/modules | |
| parent | 46003fb337500402fb9f32d5d3964824aa2c4e6a (diff) | |
Notes
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 d126db81a86f9..72347e6431dd6 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 |
