]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kbuild: add dependency from vmlinux to sorttable
authorXi Ruoyao <xry111@xry111.site>
Wed, 26 Feb 2025 13:30:14 +0000 (21:30 +0800)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 15 Mar 2025 12:19:44 +0000 (21:19 +0900)
commit82c09de2d4c472ab1b973e6e033671020691e637
treebabe8514fb533016237bff387618bc7881053ba2
parent1195306ee359ced2cb9d7a192e973872571cb93a
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>
scripts/Makefile.vmlinux