summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-09-19 14:15:47 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-20 21:12:46 +0200
commit413c5a9f07635e06902c8c7aa153fa90ce35e015 (patch)
treee3eec2e34a142fbea7065ed905eb5c94031a89f1 /drivers/usb/host/Makefile
parent6a245790002c1945d850093ec3f13375386dfa97 (diff)
downloadbarebox-413c5a9f07635e06902c8c7aa153fa90ce35e015.tar.gz
barebox-413c5a9f07635e06902c8c7aa153fa90ce35e015.tar.xz
at91: add ohci 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 f1b13445a7..1c7e18f75f 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_USB_EHCI) += ehci-hcd.o
obj-$(CONFIG_USB_EHCI_OMAP) += ehci-omap.o
obj-$(CONFIG_USB_OHCI) += ohci-hcd.o
+obj-$(CONFIG_ARCH_AT91) += ohci-at91.o