]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Move "ar" flags to config.mk to allow for silent "make -s"
authorJon Loeliger <jdl@freescale.com>
Wed, 11 Oct 2006 15:10:43 +0000 (10:10 -0500)
committerJon Loeliger <jdl@freescale.com>
Wed, 11 Oct 2006 15:10:43 +0000 (10:10 -0500)
board/mpc8641hpcn/Makefile

index 46214ed214c1f51fa67e0f77e36ce5a2ad8c48cb..4b68c36743f275a3f2a7b00d3d9e0e6f87dcf507 100644 (file)
@@ -33,7 +33,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)