]> git.sur5r.net Git - u-boot/blobdiff - board/esd/canbt/Makefile
Merge remote branch 'u-boot-ppc4xx/master'
[u-boot] / board / esd / canbt / Makefile
index dec52af9cabfacfda8048b8546b1f214e1f3a7fb..4d75868ea84c86c2292e7311d25ebdd66318642d 100644 (file)
@@ -35,7 +35,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)