Skip to content

Commit f0e4b33

Browse files
committed
kbuild: fix dependency on sorttable
Commit ac4f067 ("kbuild: Create intermediate vmlinux build with relocations preserved") missed replacing one occurrence of "vmlinux" that was added during the same development cycle. Fixes: ac4f067 ("kbuild: Create intermediate vmlinux build with relocations preserved") Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Ard Biesheuvel <[email protected]>
1 parent d1b99cd commit f0e4b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/Makefile.vmlinux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $(vmlinux-final): $(RESOLVE_BTFIDS)
9494
endif
9595

9696
ifdef CONFIG_BUILDTIME_TABLE_SORT
97-
vmlinux: scripts/sorttable
97+
$(vmlinux-final): scripts/sorttable
9898
endif
9999

100100
# module.builtin.ranges

0 commit comments

Comments
 (0)