summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-01-21 21:09:51 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-01-23 08:57:22 +0100
commit074964830b975bb116f8b44b2f4d7cbad47e2ee6 (patch)
tree14aca2e945479e1109b06d7e8aa285444296c7ef /drivers/usb/host/Makefile
parente1bb118d0e295c888bb57de63277b7a988d0550c (diff)
downloadbarebox-074964830b975bb116f8b44b2f4d7cbad47e2ee6.tar.gz
barebox-074964830b975bb116f8b44b2f4d7cbad47e2ee6.tar.xz
ehci: add atmel support
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 00f5e24943..156fc7fed9 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -1,4 +1,5 @@
obj-$(CONFIG_USB_EHCI) += ehci-hcd.o
obj-$(CONFIG_USB_EHCI_OMAP) += ehci-omap.o
+obj-$(CONFIG_USB_EHCI_ATMEL) += ehci-atmel.o
obj-$(CONFIG_USB_OHCI) += ohci-hcd.o
obj-$(CONFIG_USB_OHCI_AT91) += ohci-at91.o