From cc4f23e8aef54eeede6e422a5e1e7316539b80f9 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 16 Sep 2024 19:14:19 +0200 Subject: [PATCH] Revert "tools build: Clean CFLAGS and LDFLAGS for fixdep" This reverts commit 5725dd8fa888b4dcdff58241f9d3d3ac42a048e2. That was a workaround for the bug fixed by commit 6b3db6f9b970 "tools build: Make fixdep a hostprog" and is no longer needed. Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/all Gbp-Pq: Name revert-tools-build-clean-cflags-and-ldflags-for-fixdep.patch --- tools/build/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/Makefile.include b/tools/build/Makefile.include index 0e4de83400a..d7f7e0bc2a1 100644 --- a/tools/build/Makefile.include +++ b/tools/build/Makefile.include @@ -12,7 +12,7 @@ else endif fixdep: - $(SILENT_MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep + $(SILENT_MAKE) -C $(srctree)/tools/build $(OUTPUT)fixdep fixdep-clean: $(Q)$(MAKE) -C $(srctree)/tools/build clean -- 2.30.2