]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc83xx/Makefile
Merge with /home/wd/git/u-boot/master
[karo-tx-uboot.git] / cpu / mpc83xx / Makefile
index 85e32e16302989e2194df6f0cdac00978b3665a3..b2a6b3e9c56f9aa6be201c93bbbbad7fea0e50bf 100644 (file)
@@ -38,7 +38,7 @@ START := $(addprefix $(obj),$(START))
 all:   $(obj).depend $(START) $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################