]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/dbau1x00/Makefile
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[karo-tx-uboot.git] / board / dbau1x00 / Makefile
index 13986b8fcfc6c077db9076a188cc2571261d86ce..afe02c27c6ff9baecff2c09aed27241fb42cbb97 100644 (file)
@@ -33,7 +33,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 #########################################################################