]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/bmw/Makefile
Merge with /home/stefan/git/u-boot/u-boot-ppc4xx
[karo-tx-uboot.git] / board / bmw / Makefile
index b775da2a2147fcabeafd87d7d9e291c32b7d5361..ac85cc3506a2f9f167775f03f9d054fb6493c272 100644 (file)
@@ -38,7 +38,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 #########################################################################