[U-Boot] [PATCH 2/5] drivers/usb/gadget/Makefile: Add UDC ACM and Ether

Compile USB ttyACM and Ethernet drivers on pxa255.
Signed-off-by: Łukasz Dałek luk0104@gmail.com --- drivers/usb/gadget/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 87d1918..7307595 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -34,6 +34,7 @@ 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 +COBJS-$(CONFIG_CPU_PXA25X) += pxa25x_udc_linux.o else # Devices not related to the new gadget layer depend on CONFIG_USB_DEVICE ifdef CONFIG_USB_DEVICE @@ -43,6 +44,7 @@ COBJS-$(CONFIG_DW_UDC) += designware_udc.o COBJS-$(CONFIG_OMAP1510) += omap1510_udc.o COBJS-$(CONFIG_OMAP1610) += omap1510_udc.o COBJS-$(CONFIG_MPC885_FAMILY) += mpc8xx_udc.o +COBJS-$(CONFIG_CPU_PXA25X) += pxa25x_udc.o COBJS-$(CONFIG_CPU_PXA27X) += pxa27x_udc.o endif endif

Dear Łukasz Dałek,
Compile USB ttyACM and Ethernet drivers on pxa255.
Signed-off-by: Łukasz Dałek luk0104@gmail.com
drivers/usb/gadget/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Squash with 3/5, remove the path from subject
Best regards, Marek Vasut
participants (2)
-
Marek Vasut
-
Łukasz Dałek