diff --git a/Makefile b/Makefile
index f2dc2f953e23e43296ecefd6e9540ce6651f938d..65355c933760f6af130cb6a73c48d9de6b0a86d5 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ endif
 
 ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),)
   quiet=silent_
+  KBUILD_VERBOSE = 0
 endif
 
 export quiet Q KBUILD_VERBOSE