]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc5xx/Makefile
mkconfig: include board config.h before asm/config.h
[u-boot] / cpu / mpc5xx / Makefile
index d696e79a2172f60adfc9d6210469ca9384639228..8aab0189d7971c4d548407da2c765681bf7a578c 100644 (file)
@@ -47,7 +47,7 @@ START := $(addprefix $(obj),$(START))
 all:   $(obj).depend $(START) $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################