Move "ar" flags to config.mk to allow for silent "make -s"

master
Jon Loeliger 18 years ago
parent daaba9859b
commit bf651baa36
  1. 2
      board/mpc8641hpcn/Makefile

@ -33,7 +33,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS)
$(AR) $(ARFLAGS) $@ $(OBJS)
clean:
rm -f $(OBJS) $(SOBJS)

Loading…
Cancel
Save