summaryrefslogtreecommitdiff
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorMichael Trimarchi <trimarchi@gandalf.sssup.it>2008-12-31 10:33:56 +0100
committerRemy Bohmer <linux@bohmer.net>2009-01-28 19:57:29 +0100
commit7b6e31eb17e3ff76238a60803fc531517d516223 (patch)
tree35e51e4867848b3137e1569feb2bc0069e4954c4 /drivers/usb/Makefile
parent1ed9f9adc88218841dfeb60b9094a5a548bff009 (diff)
downloadu-boot-imx-7b6e31eb17e3ff76238a60803fc531517d516223.zip
u-boot-imx-7b6e31eb17e3ff76238a60803fc531517d516223.tar.gz
u-boot-imx-7b6e31eb17e3ff76238a60803fc531517d516223.tar.bz2
USB ehci ixp4xx support
Add USB ehci ixp4xx host controller. Test on ixdp465 board. Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 26189b6..0f94963 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -36,6 +36,7 @@ COBJS-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o
COBJS-$(CONFIG_USB_SL811HS) += sl811_usb.o
COBJS-$(CONFIG_USB_EHCI_FSL) += usb_ehci_fsl.o
COBJS-$(CONFIG_USB_EHCI_PCI) += usb_ehci_pci.o
+COBJS-$(CONFIG_USB_EHCI_IXP4XX) += usb_ehci_ixp.o
# device
ifdef CONFIG_USB_DEVICE