]> git.sur5r.net Git - u-boot/blobdiff - board/sbc8260/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[u-boot] / board / sbc8260 / Makefile
index 7077a823c0c5964d685e352d5039db7539cb611d..422dbc7139efec93a5bd7eb3bb653ea36dead58c 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)