Merge with git://www.denx.de/git/u-boot.git
[oweals/u-boot.git] / disk / Makefile
index 3bdb018a06659384552aaccd3df9247de50ff837..1a929ce6deb3960f4650e81986423f671e869f23 100644 (file)
@@ -35,7 +35,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 all:   $(LIB)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################