summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8349itx
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-14 09:01:40 -0600
committerKim Phillips <kim.phillips@freescale.com>2008-01-16 12:00:50 -0600
commit2b4c952be7c4357a13e839d48df80853820c33eb (patch)
treec0353159ee351814a7bf345135f66ac9467b8ec2 /board/freescale/mpc8349itx
parente1d8ed2c08da14b168658cc5fa78529d461aea70 (diff)
downloadblackbird-obmc-uboot-2b4c952be7c4357a13e839d48df80853820c33eb.tar.gz
blackbird-obmc-uboot-2b4c952be7c4357a13e839d48df80853820c33eb.zip
mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'board/freescale/mpc8349itx')
-rw-r--r--board/freescale/mpc8349itx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8349itx/Makefile b/board/freescale/mpc8349itx/Makefile
index 31bcdb8642..265e341037 100644
--- a/board/freescale/mpc8349itx/Makefile
+++ b/board/freescale/mpc8349itx/Makefile
@@ -31,7 +31,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS)
- $(AR) crv $@ $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud