]> git.sur5r.net Git - u-boot/blobdiff - lib_avr32/Makefile
[PATCH] nand: Fix problem with oobsize calculation
[u-boot] / lib_avr32 / Makefile
index 5b6300ba78a3a5b4794e59ffbc6273b6830c6322..cf20836023fd4f8967e6a5bf019e971c008e192e 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)
 
 #########################################################################