kbuild: add dependency from vmlinux to resolve_btfids
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 23 Nov 2024 13:33:37 +0000 (14:33 +0100)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 27 Nov 2024 23:46:03 +0000 (08:46 +0900)
commit18e9944e56f68423e52505066f79939e7d12a62b
treede10e02cc315bcfef87e27a5b2dd55bbad624973
parent5eaea85187bf2132d1af916010fa9e26bb63f97f
kbuild: add dependency from vmlinux to resolve_btfids

resolve_btfids is used by link-vmlinux.sh.
In contrast to other configuration options and targets no transitive
dependency between resolve_btfids and vmlinux.
Add an explicit one.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/Makefile.vmlinux