]> git.sur5r.net Git - u-boot/blobdiff - board/eltec/mhpc/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[u-boot] / board / eltec / mhpc / Makefile
index e3d24b3689eff53801df8da321f63193a864f187..cf07cf40fdb9485240118667e0b22074acd7516d 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################