diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-10-11 10:10:43 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-10-11 10:10:43 -0500 |
commit | bf651baa365e5447246aad6a633ccd667cf24a39 (patch) | |
tree | fb651fba2c8338d808a21b2c8a1d54cfe40e9d3f /board/mpc8641hpcn/Makefile | |
parent | daaba9859b0b94571dc3e45ad0c26e136426b351 (diff) | |
download | u-boot-imx-bf651baa365e5447246aad6a633ccd667cf24a39.zip u-boot-imx-bf651baa365e5447246aad6a633ccd667cf24a39.tar.gz u-boot-imx-bf651baa365e5447246aad6a633ccd667cf24a39.tar.bz2 |
Move "ar" flags to config.mk to allow for silent "make -s"
Diffstat (limited to 'board/mpc8641hpcn/Makefile')
-rw-r--r-- | board/mpc8641hpcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8641hpcn/Makefile b/board/mpc8641hpcn/Makefile index 46214ed..4b68c36 100644 --- a/board/mpc8641hpcn/Makefile +++ b/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) |