kbuild: fix dependency on sorttable
Commitac4f06789b("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:
parent
d1b99cdf22
commit
f0e4b333cf
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue