Merge with /home/wd/git/u-boot/master
[oweals/u-boot.git] / cpu / at32ap / at32ap7000 / Makefile
index 1cd94448663dcdd81cbf3df808751311c1bf4c08..2ed74d2508cd8f508f5bd839e3d193e4b7ce7e55 100644 (file)
@@ -31,7 +31,7 @@ OBJS  := $(addprefix $(obj),$(SOBJS) $(COBJS))
 all: $(obj).depend $(LIB)
 
 $(LIB): $(OBJS)
-       $(AR) crv $@ $^
+       $(AR) $(ARFLAGS) $@ $^
 
 #########################################################################