VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-02-27 15:26:20 +0900 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-02-28 15:22:02 +0900 commit: 2214945422c143f8bb27faed77a97f728c0a1cb1 parent: ad7953e7aebb585d0fcfc58d81e207360f751ddb
Commit Summary:
kbuild: make -s option take precedence over V=1
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/Makefile b/Makefile
index f2dc2f953e23..65355c933760 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