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 13:57:47 -0500
commit0f0138322644a87ebda58681cd9d44c266a2c85e (patch)
tree2d2f46f8e20b501c857b7729a0b8002ff1e5b5b8
parent6eeb06f214ec910f17961a169487d179b0c6d23e (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