From: Ben Hutchings Date: Mon, 16 Sep 2024 17:14:19 +0000 (+0200) Subject: Revert "tools build: Clean CFLAGS and LDFLAGS for fixdep" X-Git-Tag: archive/raspbian/6.12.27-1+rpi1^2^2~55 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=46eda553af6c26a0ad230600d3f49ffb8135962f;p=linux.git 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 --- 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