]> git.sur5r.net Git - u-boot/blobdiff - board/etin/debris/Makefile
Merge branch 'master' of http://www.denx.de/git/u-boot
[u-boot] / board / etin / debris / Makefile
index 17ef23dcd9fd644423bc7b1341c282ff4fa8fd76..fdf77369158ee75371bc58a7354886dbcc99c5b8 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################