Fix CONFIG_MMC usage in fat code
[platform/kernel/u-boot.git] / fs / fat / Makefile
index 2fa428c..87af73b 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(AOBJS) $(COBJS))
 all:   $(LIB) $(AOBJS)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 
 #########################################################################