]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ppmc8260/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[people/ms/u-boot.git] / board / ppmc8260 / Makefile
index e17cb7a4e2b33a98582f678cee6f242ff57ea963..7fd545b9d5c89128f561068a8e24641381248a83 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)