Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kbuild: add dependency from vmlinux to sorttable

Without this dependency it's really puzzling when we bisect for a "bad"
commit in a series of sorttable change: when "git bisect" switches to
another commit, "make" just does nothing to vmlinux.

Signed-off-by: Xi Ruoyao <xry111@xry111.site>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Xi Ruoyao and committed by
Masahiro Yamada
82c09de2 1195306e

+4
+4
scripts/Makefile.vmlinux
··· 79 79 vmlinux: $(RESOLVE_BTFIDS) 80 80 endif 81 81 82 + ifdef CONFIG_BUILDTIME_TABLE_SORT 83 + vmlinux: scripts/sorttable 84 + endif 85 + 82 86 # module.builtin.ranges 83 87 # --------------------------------------------------------------------------- 84 88 ifdef CONFIG_BUILTIN_MODULE_RANGES