]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8220/Makefile
Merge branch 'reloc'
[karo-tx-uboot.git] / cpu / mpc8220 / Makefile
index 1f2e93176f6a76b7a88731db2c132c0cd117fad4..b4fad286dcbc8cda1998e4962f8b3ed74be0421e 100644 (file)
@@ -38,7 +38,7 @@ START := $(addprefix $(obj),$(START))
 all:   $(obj).depend $(START) $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################