]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpc8260ads/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / mpc8260ads / Makefile
index e1e0a0f3a64f5bce7c5026db3d741f664ebb5770..de7d847a5fc6d51ce0b1739297973fabd4e8a9db 100644 (file)
@@ -33,7 +33,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)