]> git.sur5r.net Git - u-boot/blobdiff - board/mx1fs2/Makefile
net: Add support AX88796L ethernet device
[u-boot] / board / mx1fs2 / Makefile
index 2a17f820729350faf895cc2fb917ae979cbae74a..516a8b90f3fdcd338d2e04e4454958b7a80023a2 100644 (file)
@@ -33,7 +33,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)