Merge git://www.denx.de/git/u-boot
[platform/kernel/u-boot.git] / lib_avr32 / Makefile
index 5b6300b..cf20836 100644 (file)
@@ -35,7 +35,7 @@ SRCS  := $(SOBJS:.o=.S) $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS) $(COBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################