From 26ddff2d8db8a9f0315783bb008f02d2e93a0d9c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 18 Oct 2011 05:30:17 +0000 Subject: 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 Tested-by: Simon Glass --- board/freescale/p1023rds/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/p1023rds') diff --git a/board/freescale/p1023rds/Makefile b/board/freescale/p1023rds/Makefile index f62583c7e9..08d6d667d2 100644 --- a/board/freescale/p1023rds/Makefile +++ b/board/freescale/p1023rds/Makefile @@ -20,7 +20,7 @@ OBJS := $(addprefix $(obj),$(COBJS-y)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) $(SOBJS) - $(AR) $(ARFLAGS) $@ $(OBJS) + $(call cmd_link_o_target, $(OBJS)) ######################################################################### -- cgit v1.2.1