diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-01-10 23:12:54 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-01-10 23:12:54 +0000 |
| commit | a0067d7b89525cd8ed446d5e5c157514d043f74a (patch) | |
| tree | b15bc548c50a927a94d4839d09890c5e3837b6c5 /sys/modules | |
| parent | 38e144ec2b8a091051b0bf36d8cee590db7c25ed (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/usb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index e372b737dd8b..ff49f8914088 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -17,7 +17,8 @@ SRCS = bus_if.h device_if.h usb_if.h usb_if.c \ usb_subr.c \ usbdevs.h usbdevs_data.h \ usbdi.c usbdi.h usbdivar.h \ - usbdi_util.c usbdi_util.h + usbdi_util.c usbdi_util.h \ + usb_ethersubr.c SRCS += uhci_pci.c uhci.c uhcireg.h uhcivar.h SRCS += ohci_pci.c ohci.c ohcireg.h ohcivar.h |
