]> git.sur5r.net Git - u-boot/blobdiff - board/ml2/Makefile
Merge branch 'master' of http://www.denx.de/git/u-boot
[u-boot] / board / ml2 / Makefile
index ce5ba19493ab7c156a68769fa816a2ac957dd432..731e8fea11e5627e233e5df110c9794a314f96a8 100644 (file)
@@ -33,7 +33,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)