kbuild: fix dependency on sorttable

Commit ac4f06789b ("kbuild: Create intermediate vmlinux build with
relocations preserved") missed replacing one occurrence of "vmlinux"
that was added during the same development cycle.

Fixes: ac4f06789b ("kbuild: Create intermediate vmlinux build with relocations preserved")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
Masahiro Yamada 2025-05-11 12:55:19 +09:00
parent d1b99cdf22
commit f0e4b333cf
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ $(vmlinux-final): $(RESOLVE_BTFIDS)
endif endif
ifdef CONFIG_BUILDTIME_TABLE_SORT ifdef CONFIG_BUILDTIME_TABLE_SORT
vmlinux: scripts/sorttable $(vmlinux-final): scripts/sorttable
endif endif
# module.builtin.ranges # module.builtin.ranges