summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/Makefile
diff options
context:
space:
mode:
authorLei Wen <leiwen@marvell.com>2011-10-05 08:11:40 -0700
committerRemy Bohmer <linux@bohmer.net>2011-12-11 14:40:38 +0100
commit26cc5129ee647efdb88570b82994c0d19f1a2a8c (patch)
tree006d0681bf030f9a211215195fbf7ef31bbfc80b /drivers/usb/gadget/Makefile
parent5f6aa03fda2a0a79940765865c1e4266be8a75f8 (diff)
downloadu-boot-imx-26cc5129ee647efdb88570b82994c0d19f1a2a8c.zip
u-boot-imx-26cc5129ee647efdb88570b82994c0d19f1a2a8c.tar.gz
u-boot-imx-26cc5129ee647efdb88570b82994c0d19f1a2a8c.tar.bz2
USB: gadaget: add Marvell controller support
Signed-off-by: Lei Wen <leiwen@marvell.com>
Diffstat (limited to 'drivers/usb/gadget/Makefile')
-rw-r--r--drivers/usb/gadget/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile
index 5e72713..820ca9b 100644
--- a/drivers/usb/gadget/Makefile
+++ b/drivers/usb/gadget/Makefile
@@ -29,6 +29,7 @@ LIB := $(obj)libusb_gadget.o
ifdef CONFIG_USB_ETHER
COBJS-y += ether.o epautoconf.o config.o usbstring.o
COBJS-$(CONFIG_USB_ETH_RNDIS) += rndis.o
+COBJS-$(CONFIG_MV_UDC) += mv_udc.o
else
# Devices not related to the new gadget layer depend on CONFIG_USB_DEVICE
ifdef CONFIG_USB_DEVICE