From bf651baa365e5447246aad6a633ccd667cf24a39 Mon Sep 17 00:00:00 2001
From: Jon Loeliger <jdl@freescale.com>
Date: Wed, 11 Oct 2006 10:10:43 -0500
Subject: [PATCH] Move "ar" flags to config.mk to allow for silent "make -s"

---
 board/mpc8641hpcn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/mpc8641hpcn/Makefile b/board/mpc8641hpcn/Makefile
index 46214ed214..4b68c36743 100644
--- a/board/mpc8641hpcn/Makefile
+++ b/board/mpc8641hpcn/Makefile
@@ -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)
-- 
2.39.5