summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-06-21 08:36:25 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-06-21 08:36:25 +0200
commita34a6f836facbecc9f13edcb6794bb6ee0cae02c (patch)
tree1f30f3aba56927cbc29a86146a46136e92288a3f /Makefile
parent10357953f3e3d878c5418bf27f4089e5d8fd858e (diff)
downloadbarebox-a34a6f836facbecc9f13edcb6794bb6ee0cae02c.tar.gz
barebox-a34a6f836facbecc9f13edcb6794bb6ee0cae02c.tar.xz
Makefile: make silent module build more silent
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54d2475b5a..32c46fd595 100644
--- a/Makefile
+++ b/Makefile
@@ -898,7 +898,7 @@ all: modules
PHONY += modules
modules: $(barebox-dirs) $(if $(KBUILD_BUILTIN),barebox)
- @echo ' Building modules, stage 2.';
+ @$(kecho) ' Building modules, stage 2.';
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost