]> git.sur5r.net Git - u-boot/blobdiff - board/altera/ep1s10/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[u-boot] / board / altera / ep1s10 / Makefile
index 26873b6c2c7a3077ccbfcc4b192614c3d1e1c3ae..7a8caf7c11ebf48b83b07acc61356f1ce754d78f 100644 (file)
@@ -37,7 +37,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)