]> git.sur5r.net Git - u-boot/blobdiff - fs/ext2/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-avr32
[u-boot] / fs / ext2 / Makefile
index 2e420d536b2b3336d4558a48dbd9d2c052fda0b4..8313cdc17c2d7d9b8418038d375b2c0e5e678b73 100644 (file)
@@ -40,7 +40,7 @@ OBJS  := $(addprefix $(obj),$(AOBJS) $(COBJS))
 all:   $(LIB) $(AOBJS)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################