]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
kbuild: install-extmod-build: Package resolve_btfids if necessary
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 26 Feb 2026 07:41:48 +0000 (08:41 +0100)
committerNathan Chancellor <nathan@kernel.org>
Thu, 26 Feb 2026 21:49:34 +0000 (14:49 -0700)
commit459cb3c054c2352bb321648744b620259a716b60
tree2dbcce4af3e7074129978e3d6aaa2be7f18fe72f
parentd2395bb194ef212b36521ec4fa85e38b45675acb
kbuild: install-extmod-build: Package resolve_btfids if necessary

When CONFIG_DEBUG_INFO_BTF_MODULES is enabled and vmlinux is available,
Makefile.modfinal and gen-btf.sh will try to use resolve_btfids on the
module .ko. install-extmod-build currently does not package
resolve_btfids, so that step fails.

Package resolve_btfids if it may be used.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Link: https://patch.msgid.link/20260226-kbuild-resolve_btfids-v1-1-2bf38b93dfe7@linutronix.de
[nathan: Small commit message tweaks]
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
scripts/package/install-extmod-build