summaryrefslogtreecommitdiffstats
path: root/board/shmin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-18 05:30:17 +0000
committerWolfgang Denk <wd@denx.de>2011-10-22 01:18:41 +0200
commit26ddff2d8db8a9f0315783bb008f02d2e93a0d9c (patch)
tree41aa41258653cda4ce0449a270e3a282d3e1f224 /board/shmin
parent4e4b21bd4e64a5cc122d317feb8e63ee846a60e4 (diff)
downloadblackbird-obmc-uboot-26ddff2d8db8a9f0315783bb008f02d2e93a0d9c.tar.gz
blackbird-obmc-uboot-26ddff2d8db8a9f0315783bb008f02d2e93a0d9c.zip
build: add missing $(AR)->$(cmd_link_o_target) update
Seems people fixed their files to use libfoo.o, but didn't actually update the creation targets to use $(cmd_link_o_target). Update the rest of the Makefile's found with grep. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/shmin')
-rw-r--r--board/shmin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/shmin/Makefile b/board/shmin/Makefile
index 33fd9c7b9e..666b33c832 100644
--- a/board/shmin/Makefile
+++ b/board/shmin/Makefile
@@ -31,7 +31,7 @@ OBJS := $(addprefix $(obj),$(OBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
+ $(call cmd_link_o_target, $(OBJS) $(SOBJS))
#########################################################################
OpenPOWER on IntegriCloud