summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorDamien Dusha <d.dusha@gmail.com>2010-10-14 15:27:06 +0200
committerWolfgang Denk <wd@denx.de>2010-10-18 22:33:32 +0200
commit29c6fbe0471afd7ffa41fcb2103eec5b53294897 (patch)
tree878247521c82262a48d9596113b06545c91ed9ee /drivers/usb/host/Makefile
parent6f119c558bd28e6eb7dcb8edb0266beeabde100e (diff)
downloadu-boot-imx-29c6fbe0471afd7ffa41fcb2103eec5b53294897.zip
u-boot-imx-29c6fbe0471afd7ffa41fcb2103eec5b53294897.tar.gz
u-boot-imx-29c6fbe0471afd7ffa41fcb2103eec5b53294897.tar.bz2
MPC5121: Add USB EHCI support
Signed-off-by: Francesco Rendine <francesco.rendine@valueteam.com> Signed-off-by: Damien Dusha <d.dusha@gmail.com> Signed-off-by: Anatolij Gustschin <agust@denx.de> Coding style cleanup; slight file restructuring. Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index 399520e..0e7c9db 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -35,7 +35,11 @@ COBJS-$(CONFIG_USB_SL811HS) += sl811-hcd.o
# echi
COBJS-$(CONFIG_USB_EHCI) += ehci-hcd.o
+ifdef CONFIG_MPC512X
+COBJS-$(CONFIG_USB_EHCI_FSL) += ehci-mpc512x.o
+else
COBJS-$(CONFIG_USB_EHCI_FSL) += ehci-fsl.o
+endif
COBJS-$(CONFIG_USB_EHCI_MXC) += ehci-mxc.o
COBJS-$(CONFIG_USB_EHCI_PPC4XX) += ehci-ppc4xx.o
COBJS-$(CONFIG_USB_EHCI_IXP4XX) += ehci-ixp.o