]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_arm/Makefile
Merge with git://www.denx.de/git/u-boot.git
[karo-tx-uboot.git] / lib_arm / Makefile
index 3e0a5c7fe5445d7cec7567c40eba820548b02230..037c475f8bbf26f5adf8ecf936b28708350fcddf 100644 (file)
@@ -34,7 +34,7 @@ SRCS  := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################