summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2013-08-26 08:54:52 -0500
committerMarek Vasut <marex@denx.de>2013-10-20 23:42:39 +0200
commit2d2358ac157e6cc039cfbbbdffbf617526c099c6 (patch)
tree012bb53fb0796baf923d76fa3e85c0af73b2499b /drivers/usb/host/Makefile
parentd861a333da84dd7ab70e975171159c37f7d06939 (diff)
downloadblackbird-obmc-uboot-2d2358ac157e6cc039cfbbbdffbf617526c099c6.tar.gz
blackbird-obmc-uboot-2d2358ac157e6cc039cfbbbdffbf617526c099c6.zip
OMAP5: USB: Add OMAP xHCI file and header
Add the OMAP file for the xHCI Host controller This code will initilialize the proper components within the OMAP5 to enable the xHCI host controller. Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index eb50bc1416..328752ccdb 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -45,6 +45,7 @@ COBJS-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o
# xhci
COBJS-$(CONFIG_USB_XHCI) += xhci.o xhci-mem.o xhci-ring.o
COBJS-$(CONFIG_USB_XHCI_EXYNOS) += xhci-exynos5.o
+COBJS-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OpenPOWER on IntegriCloud