Consolidate mpc824x linker scripts
[oweals/u-boot.git] / cpu / arm926ejs / Makefile
index a410c2f99fea5bedbd751cf759a8d3af98845df4..0facce4703154856ba1784422c371286f576b410 100644 (file)
@@ -35,7 +35,7 @@ START := $(addprefix $(obj),$(START))
 all:   $(obj).depend $(START) $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################