]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/Makefile
Merge with http://opensource.freescale.com/pub/scm/u-boot-85xx.git#for_wd
[karo-tx-uboot.git] / net / Makefile
index 6fe4002b61acd9c2821d187cd999e992f693e67e..d18460cab35195a525e2d56b876a778b8e8a0046 100644 (file)
@@ -35,7 +35,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 all:   $(LIB)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################