summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimão Gomes Viana2024-03-13 18:55:52 +0100
committerSimão Gomes Viana2024-03-13 18:55:52 +0100
commit316277f72273936467a6e3af4e5f773629efe28a (patch)
tree3cd9cd62935bd0424f4903be5ac4ae614c242aab
parent9a29be0a343b4d0f7553161ad759fa01f449b5de (diff)
downloadaur-316277f72273936467a6e3af4e5f773629efe28a.tar.gz
Revert "Install vmlinux.h"
This reverts commit 08bca9dad7e60793b89d1ca95becd04b73dd480e.
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 994f62ea62ab..239b114c4fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -93,7 +93,6 @@ build() {
makeflags="$makeflags -j$(grep -E '^processor\W' < /proc/cpuinfo | wc -l)"
fi
make LLVM=1 ${makeflags} all
- make LLVM=1 -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
}
_package() {
@@ -186,7 +185,7 @@ _package-headers() {
echo "Installing build files..."
install -Dt "$builddir" -m644 .config Makefile Module.symvers System.map \
- version vmlinux tools/bpf/bpftool/vmlinux.h
+ version vmlinux
install -Dt "$builddir/kernel" -m644 kernel/Makefile
install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile
cp -t "$builddir" -a scripts