summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb-new/Makefile
diff options
context:
space:
mode:
authorIlya Yanok <ilya.yanok@cogentembedded.com>2012-11-06 13:48:29 +0000
committerMarek Vasut <marex@denx.de>2012-11-20 00:16:08 +0100
commit673a524b6a71a7ab74a48b75728307b1a5303587 (patch)
tree9808cfb258a3ac30d4741fd7c5a5c1b3c60fdb7a /drivers/usb/musb-new/Makefile
parent88919ff7bf4d848ae0bb6dab933cc81bb24abc93 (diff)
downloadtalos-obmc-uboot-673a524b6a71a7ab74a48b75728307b1a5303587.tar.gz
talos-obmc-uboot-673a524b6a71a7ab74a48b75728307b1a5303587.zip
musb-new: omap2plus backend driver
Backend driver for MUSB OTG controllers found on TI OMAP2/3/4 (tested only on OMAP3 Beagle). Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
Diffstat (limited to 'drivers/usb/musb-new/Makefile')
-rw-r--r--drivers/usb/musb-new/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/musb-new/Makefile b/drivers/usb/musb-new/Makefile
index 23fc735842..c23bef1cc2 100644
--- a/drivers/usb/musb-new/Makefile
+++ b/drivers/usb/musb-new/Makefile
@@ -11,6 +11,7 @@ COBJS-$(CONFIG_MUSB_GADGET) += musb_uboot.o
COBJS-$(CONFIG_MUSB_HOST) += musb_host.o musb_core.o musb_uboot.o
COBJS-$(CONFIG_USB_MUSB_DSPS) += musb_dsps.o
COBJS-$(CONFIG_USB_MUSB_AM35X) += am35x.o
+COBJS-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o
CFLAGS_NO_WARN := $(call cc-option,-Wno-unused-variable) \
$(call cc-option,-Wno-unused-but-set-variable) \
OpenPOWER on IntegriCloud