We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resolve_btfids
1 parent 43e89b4 commit 43addcaCopy full SHA for 43addca
lib/functions/compilation/kernel-debs.sh
@@ -540,6 +540,9 @@ function kernel_package_callback_linux_headers() {
540
echo "Compiling kernel-headers scripts/mod (${kernel_version_family}) using \$NCPU CPUs - please wait ..."
541
make ARCH="${SRC_ARCH}" -j\$NCPU M=scripts/mod/
542
543
+ echo "Compiling resolve_btfids tools for assigning stable BTF type IDs to kernel symbols"
544
+ make ARCH="${SRC_ARCH}" -j\$NCPU tools/bpf/resolve_btfids
545
+
546
# make ARCH="${SRC_ARCH}" -j\$NCPU modules_prepare # depends on too much other stuff.
547
echo "Done compiling kernel-headers (${kernel_version_family})."
548
EOT_POSTINST
0 commit comments