public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH V4 1/3] usb: eth: fix Makefile
@ 2014-11-07 15:53 Rene Griessl
  2014-11-07 15:53 ` [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER Rene Griessl
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Rene Griessl @ 2014-11-07 15:53 UTC (permalink / raw)
  To: u-boot

fix obj-y term

Signed-off-by: Rene Griessl <rgriessl@cit-ec.uni-bielefeld.de>
---
 drivers/usb/eth/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/usb/eth/Makefile b/drivers/usb/eth/Makefile
index 94551c4..e6ae9f1 100644
--- a/drivers/usb/eth/Makefile
+++ b/drivers/usb/eth/Makefile
@@ -5,8 +5,6 @@
 
 # new USB host ethernet layer dependencies
 obj-$(CONFIG_USB_HOST_ETHER) += usb_ether.o
-ifdef CONFIG_USB_ETHER_ASIX
-obj-y += asix.o
-endif
+obj-$(CONFIG_USB_ETHER_ASIX) += asix.o
 obj-$(CONFIG_USB_ETHER_MCS7830) += mcs7830.o
 obj-$(CONFIG_USB_ETHER_SMSC95XX) += smsc95xx.o
-- 
1.9.1

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

end of thread, other threads:[~2014-12-21 12:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-07 15:53 [U-Boot] [PATCH V4 1/3] usb: eth: fix Makefile Rene Griessl
2014-11-07 15:53 ` [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER Rene Griessl
2014-11-08 11:31   ` Marek Vasut
2014-12-12 11:04     ` René Griessl
2014-12-15 18:50   ` Joe Hershberger
2014-12-17 12:33     ` René Griessl
2014-12-17 16:00       ` Marek Vasut
2014-12-18  6:53         ` Joe Hershberger
2014-12-18 11:17           ` Marek Vasut
2014-12-18 20:07             ` Joe Hershberger
2014-12-21 12:55               ` Marek Vasut
2014-12-17 17:14       ` Joe Hershberger
2014-12-17 17:15   ` Joe Hershberger
2014-11-07 15:53 ` [U-Boot] [PATCH V4 3/3] usb: eth: enable AX88179 DRIVER for ARNDALE 5250 Rene Griessl
2014-11-07 21:04 ` [U-Boot] [PATCH V4 1/3] usb: eth: fix Makefile Marek Vasut

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