summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/Makefile
diff options
context:
space:
mode:
authorAjay Kumar Gupta <ajay.gupta@ti.com>2010-07-09 11:43:48 +0530
committerRemy Bohmer <linux@bohmer.net>2010-08-12 16:40:00 +0200
commitdbea32420022be62116e1c49222be4d64af62c38 (patch)
treed4327e56bc84cd20947c0bf1cf9d1d3bf9d3a2a5 /drivers/usb/musb/Makefile
parenta7e9c513b61b3c0fea2bc76046f4b9470e8e2851 (diff)
downloadu-boot-imx-dbea32420022be62116e1c49222be4d64af62c38.zip
u-boot-imx-dbea32420022be62116e1c49222be4d64af62c38.tar.gz
u-boot-imx-dbea32420022be62116e1c49222be4d64af62c38.tar.bz2
musb: MSC host support for AM35x
Tested MSC Host on AM3517EVM. Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r--drivers/usb/musb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
index 397f5fe..7d23e06 100644
--- a/drivers/usb/musb/Makefile
+++ b/drivers/usb/musb/Makefile
@@ -31,6 +31,7 @@ COBJS-$(CONFIG_USB_BLACKFIN) += blackfin_usb.o
COBJS-$(CONFIG_USB_DAVINCI) += davinci.o
COBJS-$(CONFIG_USB_OMAP3) += omap3.o
COBJS-$(CONFIG_USB_DA8XX) += da8xx.o
+COBJS-$(CONFIG_USB_AM35X) += am35x.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)