From b972b37cb6b8216922c1e817b0bab4cfed55fc44 Mon Sep 17 00:00:00 2001 From: Thomas Weißschuh Date: Wed, 1 Apr 2026 17:08:30 +0200 Subject: tools/nolibc: drop superfluous definition of Q MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tools/include/nolibc/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/include') diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile index 22e2f54cd5ca..03f789b21017 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 \ -- cgit