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