aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb
diff options
context:
space:
mode:
authorBernd Walter <ticso@FreeBSD.org>2003-04-14 14:04:08 +0000
committerBernd Walter <ticso@FreeBSD.org>2003-04-14 14:04:08 +0000
commitca3acad1d7f276fd775ed389a3961bb8bc2dfbfb (patch)
treee1b401f6d71e67b8fa62513fc574eb4934a5ea27 /sys/modules/usb
parentc8990f0d8e87f835ec34f314f7ad18a19af2a3b3 (diff)
Notes
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index b7d931d715956..6070199ebefe4 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -24,6 +24,7 @@ SRCS= bus_if.h device_if.h usb_if.h usb_if.c \
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+= opt_bus.h pci_if.h
.include <bsd.kmod.mk>