]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cm41xx/Makefile
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
[karo-tx-uboot.git] / board / cm41xx / Makefile
index d42e2a8e744686df627fc8bc0725cc7c21aa3983..5c20477d5d2ce596dcae26f477b3313499bc6e0c 100644 (file)
@@ -32,7 +32,7 @@ OBJS  := $(addprefix $(obj),$(COBJS))
 SOBJS  := $(addprefix $(obj),$(SOBJS))
 
 $(LIB):        $(obj).depend $(OBJS) $(SOBJS)
-       $(AR) crv $@ $(OBJS) $(SOBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS) $(SOBJS)
 
 clean:
        rm -f $(SOBJS) $(OBJS)