]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ms7722se/Makefile
Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
[people/ms/u-boot.git] / board / ms7722se / Makefile
index 6dec0136c2efcb51aace5c23a941b00ac2e9a6e3..b384687e76a596c288b09d6388e78a8a143fe446 100644 (file)
@@ -30,7 +30,7 @@ OBJS  := ms7722se.o
 SOBJS  := lowlevel_init.o
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)