]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/Makefile
USB: gadaget: add Marvell controller support
[u-boot] / drivers / usb / gadget / Makefile
index 5e7271352c80f868878b1183288de20fa67a1844..820ca9bd81bbb2bbb74bd8a36fde31aae11d2a6a 100644 (file)
@@ -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