]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/74xx_7xx/Makefile
Merge with git://www.denx.de/git/u-boot.git
[karo-tx-uboot.git] / cpu / 74xx_7xx / Makefile
index e82fffcf0bf3397b15247562d7f2c9161e80f110..fe905f31fe2b9ca633712c0db3c937756f21ec8a 100644 (file)
@@ -39,7 +39,7 @@ START := $(addprefix $(obj),$(START))
 all:   $(obj).depend $(START) $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################