From: Wolfgang Denk Date: Sun, 13 Jan 2008 18:51:39 +0000 (+0100) Subject: MPC8544DS: fix board Makefile for silent build (with -s) X-Git-Tag: v2008.10-rc1~804^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89967841e3ea02e3d0e5e1295ab687576e5b1089;p=platform%2Fkernel%2Fu-boot.git MPC8544DS: fix board Makefile for silent build (with -s) Signed-off-by: Wolfgang Denk --- diff --git a/board/freescale/mpc8544ds/Makefile b/board/freescale/mpc8544ds/Makefile index 006fdc9..c6f159a 100644 --- a/board/freescale/mpc8544ds/Makefile +++ b/board/freescale/mpc8544ds/Makefile @@ -35,7 +35,7 @@ OBJS := $(addprefix $(obj),$(COBJS)) SOBJS := $(addprefix $(obj),$(SOBJS)) $(LIB): $(obj).depend $(OBJS) $(SOBJS) - $(AR) crv $@ $(OBJS) + $(AR) $(ARFLAGS) $@ $(OBJS) clean: rm -f $(OBJS) $(SOBJS)