From: Ilias Apalodimas Date: Tue, 20 May 2025 05:21:31 +0000 (+0300) Subject: kbuild: hardcode genksyms path and remove GENKSYMS variable X-Git-Tag: v2025.10-rc1~118^2~61^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb08767f12795ba72a93948aa2b5477ad548c511;p=thirdparty%2Fu-boot.git kbuild: hardcode genksyms path and remove GENKSYMS variable Back port from kernel although it's not used since it makes diffing easier. commit 88110713ca9dfb ("kbuild: hardcode genksyms path and remove GENKSYMS variable") Signed-off-by: Ilias Apalodimas --- diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 2b2beb01bd3..b7611c03008 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -148,7 +148,7 @@ $(obj)/%.i: $(src)/%.c FORCE cmd_gensymtypes = \ $(CPP) -D__GENKSYMS__ $(c_flags) $< | \ - $(GENKSYMS) $(if $(1), -T $(2)) \ + scripts/genksyms/genksyms $(if $(1), -T $(2)) \ $(if $(KBUILD_PRESERVE),-p) \ -r $(firstword $(wildcard $(2:.symtypes=.symref) /dev/null))