[PATCH 3/4] tools/nolibc: drop superfluous definition of Q

Thomas Weißschuh posted 4 patches 5 hours ago
[PATCH 3/4] tools/nolibc: drop superfluous definition of Q
Posted by Thomas Weißschuh 5 hours ago
Q is already defined by tools/scripts/Makefile.include which is included
at the top of tools/include/nolibc/Makefile.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
 tools/include/nolibc/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile
index df9304e6d818..56343fdbdb2f 100644
--- a/tools/include/nolibc/Makefile
+++ b/tools/include/nolibc/Makefile
@@ -17,12 +17,6 @@ endif
 # it defaults to this nolibc directory.
 OUTPUT ?= $(CURDIR)/
 
-ifeq ($(V),1)
-Q=
-else
-Q=@
-endif
-
 arch_files := arch.h $(wildcard arch-*.h)
 all_files := \
 		compiler.h \

-- 
2.53.0