]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/emk/top860/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / emk / top860 / Makefile
index bd923af7c98d8b61711e9073f552534075abc104..88abd76c5c1451812516c2ef75e2745a374ec567 100644 (file)
@@ -35,7 +35,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################