]> git.sur5r.net Git - u-boot/blobdiff - fs/cramfs/Makefile
[new uImage] Rename and move print_image_hdr() routine
[u-boot] / fs / cramfs / Makefile
index 1a6f4b7d00df6e3f07b9f23cfff8dafc716c2566..13c043fcde90d5fc27c9cad722ed1a0bd892fbf9 100644 (file)
@@ -36,7 +36,7 @@ OBJS  := $(addprefix $(obj),$(AOBJS) $(COBJS))
 all:   $(LIB) $(AOBJS)
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 
 #########################################################################