summaryrefslogtreecommitdiffstats
path: root/arch/nios2
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-10-15 19:19:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-17 22:17:12 +0200
commit3a8d4e9440e99fc0e0084c3594eb4ffe2124794f (patch)
tree39259987afa6db5b038e3f4b66584b721930a1fb /arch/nios2
parent03af6cc45c52cc70532ec1e8a7b64a8b48c4f7cc (diff)
downloadbarebox-3a8d4e9440e99fc0e0084c3594eb4ffe2124794f.tar.gz
barebox-3a8d4e9440e99fc0e0084c3594eb4ffe2124794f.tar.xz
make make -s more silent
use $(kecho) instead of echo to not output messages with make -s Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/nios2')
-rw-r--r--arch/nios2/Makefile2
1 files changed, 1 insertions, 1 deletions
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