]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm920t/s3c24x0/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / cpu / arm920t / s3c24x0 / Makefile
index 557298eac80a6d7acf62ccb25e5a5c572cc1c6d9..3a7c4b35fd8a0fa095bd8903cf03a17912a2b417 100644 (file)
@@ -34,7 +34,7 @@ OBJS  := $(addprefix $(obj),$(SOBJS) $(COBJS))
 all:   $(obj).depend $(LIB)
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 #########################################################################