]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netta2/Makefile
Merge branch 'elf_reloc'
[karo-tx-uboot.git] / board / netta2 / Makefile
index e3d24b3689eff53801df8da321f63193a864f187..cf07cf40fdb9485240118667e0b22074acd7516d 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################