]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_generic/Makefile
Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.git
[karo-tx-uboot.git] / lib_generic / Makefile
index a05b3552de31d43bea69953774861a995f639c66..f012cab7d8adba1443b09d598832d9c73ae327cc 100644 (file)
@@ -34,7 +34,7 @@ SRCS  := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################