From: Masahiro Yamada Date: Sun, 11 May 2025 03:55:19 +0000 (+0900) Subject: kbuild: fix dependency on sorttable X-Git-Tag: v6.15-rc7~27^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0e4b333cf67b3d5da56bd01a125f45c102f7d27;p=thirdparty%2Fkernel%2Flinux.git kbuild: fix dependency on sorttable Commit ac4f06789b4f ("kbuild: Create intermediate vmlinux build with relocations preserved") missed replacing one occurrence of "vmlinux" that was added during the same development cycle. Fixes: ac4f06789b4f ("kbuild: Create intermediate vmlinux build with relocations preserved") Signed-off-by: Masahiro Yamada Acked-by: Ard Biesheuvel --- diff --git a/scripts/Makefile.vmlinux b/scripts/Makefile.vmlinux index 85d60d9864016..0c4bb1274a08f 100644 --- a/scripts/Makefile.vmlinux +++ b/scripts/Makefile.vmlinux @@ -94,7 +94,7 @@ $(vmlinux-final): $(RESOLVE_BTFIDS) endif ifdef CONFIG_BUILDTIME_TABLE_SORT -vmlinux: scripts/sorttable +$(vmlinux-final): scripts/sorttable endif # module.builtin.ranges