]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ep82xxm/Makefile
Move "ar" flags to config.mk to allow for silent "make -s"
[karo-tx-uboot.git] / board / ep82xxm / Makefile
index 3d5490aa58b15dda63dc4017f81b13aa2c7d8577..349be1f8dc5271db7e350e089b43c7fe73a74732 100644 (file)
@@ -31,7 +31,7 @@ SRCS  := $(COBJS:.o=.c)
 OBJS   := $(addprefix $(obj),$(COBJS))
 
 $(LIB):        $(OBJS)
-       $(AR) crv $@ $(OBJS)
+       $(AR) $(ARFLAGS) $@ $(OBJS)
 
 clean:
        rm -f $(OBJS)