kbuild: fix dependency on sorttable
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 11 May 2025 03:55:19 +0000 (12:55 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 12 May 2025 06:04:09 +0000 (15:04 +0900)
commitf0e4b333cf67b3d5da56bd01a125f45c102f7d27
tree10656423b081a9c1f9c667781691672ea913bf40
parentd1b99cdf22e0416440265166824ebabfcb5f1afa
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 <masahiroy@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
scripts/Makefile.vmlinux