Backout commit 8f1bc284 as it causes TFTP to fail.
[platform/kernel/u-boot.git] / net / Makefile
index 6fe4002..d18460c 100644 (file)
@@ -35,7 +35,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 all:   $(LIB)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################