]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tools/nolibc: drop superfluous definition of Q
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 1 Apr 2026 15:08:30 +0000 (17:08 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 2 Apr 2026 15:11:48 +0000 (17:11 +0200)
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>
Link: https://patch.msgid.link/20260401-nolibc-cleanup-v1-3-bcf4c9f5c1be@weissschuh.net
tools/include/nolibc/Makefile

index 22e2f54cd5ca1eec5c1bd075ff243a6282075216..03f789b21017342797a94a513a6aa692ab97342f 100644 (file)
@@ -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 \