Obfuscated by other diffs while committing r183728:

Remove the files for the HCI interfaces from the usb module.
This commit is contained in:
n_hibma 2008-10-09 20:00:17 +00:00
parent 2dffc5408e
commit 3f76f9879a

View File

@ -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>