summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorVipin Kumar <vipin.kumar@st.com>2012-12-17 08:48:55 (GMT)
committerMarek Vasut <marex@denx.de>2013-03-16 20:12:02 (GMT)
commit39fd6342a431abc0de786936eab87e731ba29cb7 (patch)
tree46b1035171d448e6836da993d062b8ffd1af37ee /drivers/usb/host/Makefile
parenta04983d6a953675f2eebaf60f75fbd385fd21678 (diff)
downloadu-boot-fsl-qoriq-39fd6342a431abc0de786936eab87e731ba29cb7.tar.xz
usb/host/ehci: Add support for EHCI on spear
Add EHCI support for spear boards Signed-off-by: Armando Visconti <armando.visconti@st.com> Signed-off-by: Vipin Kumar <vipin.kumar@st.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 6c94794..9a6f982 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -54,6 +54,7 @@ COBJS-$(CONFIG_USB_EHCI_PPC4XX) += ehci-ppc4xx.o
COBJS-$(CONFIG_USB_EHCI_IXP4XX) += ehci-ixp.o
COBJS-$(CONFIG_USB_EHCI_MARVELL) += ehci-marvell.o
COBJS-$(CONFIG_USB_EHCI_PCI) += ehci-pci.o
+COBJS-$(CONFIG_USB_EHCI_SPEAR) += ehci-spear.o
COBJS-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o
COBJS-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o