diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 2008-10-09 20:00:17 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 2008-10-09 20:00:17 +0000 |
| commit | 84150d7feeac3bbf0443315455a087fbcd87b6d8 (patch) | |
| tree | 7b8c537fac7e42919d069e58f244a30b4b0f9425 /sys/modules/usb | |
| parent | 4871891e2c016b8ae87a51178036a85eea2f7705 (diff) | |
Notes
Diffstat (limited to 'sys/modules/usb')
| -rw-r--r-- | sys/modules/usb/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index 1f654235a313..9f9cdbc247ba 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -19,9 +19,4 @@ SRCS= bus_if.h device_if.h usb_if.h usb_if.c \ usbdi_util.c usbdi_util.h \ usb_ethersubr.c usbdevs.h -SRCS+= uhci_pci.c uhci.c uhcireg.h uhcivar.h -SRCS+= ohci_pci.c ohci.c ohcireg.h ohcivar.h -SRCS+= ehci_pci.c ehci.c ehcireg.h ehcivar.h -SRCS+= pci_if.h - .include <bsd.kmod.mk> |
