public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/5] drivers/usb/gadget/Makefile: Add UDC ACM and Ether
@ 2012-07-27 17:31 Łukasz Dałek
  2012-08-09 20:35 ` Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Łukasz Dałek @ 2012-07-27 17:31 UTC (permalink / raw)
  To: u-boot

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
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 2/5] drivers/usb/gadget/Makefile: Add UDC ACM and Ether
  2012-07-27 17:31 [U-Boot] [PATCH 2/5] drivers/usb/gadget/Makefile: Add UDC ACM and Ether Łukasz Dałek
@ 2012-08-09 20:35 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2012-08-09 20:35 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-09 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-27 17:31 [U-Boot] [PATCH 2/5] drivers/usb/gadget/Makefile: Add UDC ACM and Ether Łukasz Dałek
2012-08-09 20:35 ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox