diff --git a/PKGBUILD b/PKGBUILD index 8b7f015..8ff265e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -82,6 +82,7 @@ prepare() { build() { cd $_srcname make all + make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1 make htmldocs } @@ -134,7 +135,7 @@ _package-headers() { echo "Installing build files..." install -Dt "$builddir" -m644 .config Makefile Module.symvers System.map \ - localversion.* version vmlinux + localversion.* version vmlinux tools/bpf/bpftool/vmlinux.h install -Dt "$builddir/kernel" -m644 kernel/Makefile install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile cp -t "$builddir" -a scripts