From 3a8d4e9440e99fc0e0084c3594eb4ffe2124794f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 15 Oct 2012 19:19:16 +0200 Subject: make make -s more silent use $(kecho) instead of echo to not output messages with make -s Signed-off-by: Sascha Hauer --- arch/nios2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/nios2') diff --git a/arch/nios2/Makefile b/arch/nios2/Makefile index b94e07465b..681944f22d 100644 --- a/arch/nios2/Makefile +++ b/arch/nios2/Makefile @@ -6,7 +6,7 @@ KALLSYMS += --symbol-prefix=_ archprepare: maketools - @echo " SYMLINK include/nios_sopc.h -> arch/nios2/boards/$(board-y)/nios_sopc.h" + @$(kecho) " SYMLINK include/nios_sopc.h -> arch/nios2/boards/$(board-y)/nios_sopc.h" @ln -fsn ../arch/nios2/boards/$(board-y)/nios_sopc.h include/nios_sopc.h PHONY += maketools -- cgit v1.2.3