]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/barco/Makefile
General help message cleanup
[people/ms/u-boot.git] / board / barco / Makefile
index 9ac6a4da375ff52ca2f3be03ddb174cc859ac643..5aa02d4a7f17a2319aea7376c4e5b9497aa352a5 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################