public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles
@ 2011-10-12 22:53 Stephen Warren
  2011-10-12 22:53 ` [U-Boot] [PATCH v6 2/5] tegra2: Move MMC clock initialization into MMC driver Stephen Warren
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Stephen Warren @ 2011-10-12 22:53 UTC (permalink / raw)
  To: u-boot

v5: New patch

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Tested-by: Simon Glass <sjg@chromium.org>
---
 board/nvidia/harmony/Makefile  |    2 +-
 board/nvidia/seaboard/Makefile |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/board/nvidia/harmony/Makefile b/board/nvidia/harmony/Makefile
index ebd8e02..aab185e 100644
--- a/board/nvidia/harmony/Makefile
+++ b/board/nvidia/harmony/Makefile
@@ -37,7 +37,7 @@ SRCS	:= $(COBJS:.o=.c)
 OBJS	:= $(addprefix $(obj),$(COBJS))
 
 $(LIB):	$(obj).depend $(OBJS)
-	$(AR) $(ARFLAGS) $@ $(OBJS)
+	$(call cmd_link_o_target, $(OBJS))
 
 clean:
 	rm -f $(OBJS)
diff --git a/board/nvidia/seaboard/Makefile b/board/nvidia/seaboard/Makefile
index ebd8e02..aab185e 100644
--- a/board/nvidia/seaboard/Makefile
+++ b/board/nvidia/seaboard/Makefile
@@ -37,7 +37,7 @@ SRCS	:= $(COBJS:.o=.c)
 OBJS	:= $(addprefix $(obj),$(COBJS))
 
 $(LIB):	$(obj).depend $(OBJS)
-	$(AR) $(ARFLAGS) $@ $(OBJS)
+	$(call cmd_link_o_target, $(OBJS))
 
 clean:
 	rm -f $(OBJS)
-- 
1.7.0.4

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

end of thread, other threads:[~2011-10-29  0:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 22:53 [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles Stephen Warren
2011-10-12 22:53 ` [U-Boot] [PATCH v6 2/5] tegra2: Move MMC clock initialization into MMC driver Stephen Warren
2011-10-28 17:25   ` Stephen Warren
2011-10-12 22:53 ` [U-Boot] [PATCH v6 3/5] tegra2: Move board_mmc_init into board files Stephen Warren
2011-10-12 22:53 ` [U-Boot] [PATCH v6 4/5] tegra2: Modify MMC driver to handle power and cd GPIOs Stephen Warren
2011-10-28 17:26   ` Stephen Warren
2011-10-12 22:53 ` [U-Boot] [PATCH v6 5/5] tegra2: Add support for Ventana Stephen Warren
2011-10-12 23:05   ` Simon Glass
2011-10-28  5:18     ` Albert ARIBAUD
2011-10-18 18:14 ` [U-Boot] [PATCH v6 1/5] tegra2: Use cmd_link_o_target in board Makefiles Stephen Warren
2011-10-18 18:31   ` Simon Glass
2011-10-18 20:07     ` Tom Warren
2011-10-18 20:51       ` Simon Glass
2011-10-28  5:35         ` Albert ARIBAUD
2011-10-28  6:25           ` Mike Frysinger
2011-10-29  0:00             ` Simon Glass

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