summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2012-05-02 19:18:51 +0530
committerMarek Vasut <marex@denx.de>2012-05-20 08:32:33 +0200
commit5f0ffea4559abe3fc83a6023717658a50b22e66c (patch)
tree0e6269929962ff867740c10d5fba78a47d1be60f /drivers/usb/host/Makefile
parent6734b6b2340ea87c275ec090370bc87d9d3cc9d5 (diff)
downloadblackbird-obmc-uboot-5f0ffea4559abe3fc83a6023717658a50b22e66c.tar.gz
blackbird-obmc-uboot-5f0ffea4559abe3fc83a6023717658a50b22e66c.zip
USB: S5P: Add ehci support
This patch adds ehci driver support for s5p. Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.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 0d4657edf2..59c3e57563 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -50,6 +50,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_S5P) += ehci-s5p.o
COBJS-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o
COBJS-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o
OpenPOWER on IntegriCloud