From: Thomas Weißschuh Date: Wed, 1 Apr 2026 15:08:30 +0000 (+0200) Subject: tools/nolibc: drop superfluous definition of Q X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b972b37cb6b8216922c1e817b0bab4cfed55fc44;p=thirdparty%2Flinux.git tools/nolibc: drop superfluous definition of Q 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 Link: https://patch.msgid.link/20260401-nolibc-cleanup-v1-3-bcf4c9f5c1be@weissschuh.net --- diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile index 22e2f54cd5ca1..03f789b210173 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 \