Generate BTF metadata for kernel and module BTF. Signed-off-by: Alan Maguire <alan.maguire@xxxxxxxxxx> --- scripts/pahole-flags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pahole-flags.sh b/scripts/pahole-flags.sh index 728d55190d97..28fa9120a770 100755 --- a/scripts/pahole-flags.sh +++ b/scripts/pahole-flags.sh @@ -24,7 +24,7 @@ if [ "${pahole_ver}" -ge "124" ]; then extra_paholeopt="${extra_paholeopt} --lang_exclude=rust" fi if [ "${pahole_ver}" -ge "125" ]; then - extra_paholeopt="${extra_paholeopt} --skip_encoding_btf_inconsistent_proto --btf_gen_optimized" + extra_paholeopt="${extra_paholeopt} --skip_encoding_btf_inconsistent_proto --btf_gen_optimized --btf_gen_meta" fi echo ${extra_paholeopt} -- 2.31.1