aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary S. Robertson <gary.robertson@linaro.org>2015-07-22 18:53:49 -0500
committerGary S. Robertson <gary.robertson@linaro.org>2015-08-08 17:29:10 -0500
commitb830d7519eedfaa475e4fe0bc7bc2b3ffebca8a7 (patch)
tree770eefacfe8df12e9655f90c4590288b9d925591
parent689b9d2ce5fd0f907455ff66ba74f6f9cbc716dc (diff)
Fix silent option generation
Signed-off-by: Gary S. Robertson <gary.robertson@linaro.org>
-rw-r--r--scripts/kconfig/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index d9b1fef0c67e..670e61defcf3 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -13,6 +13,8 @@ endif
ifeq ($(quiet),silent_)
silent := -s
+else
+silent :=
endif
# We need this, in case the user has it in its environment