Compare commits

..

No commits in common. "cf320aae0e73ef8db4b73448efb68f18fee86e0b" and "31df11f542888ad4e4f90bf3a9e694d9228c36af" have entirely different histories.

2 changed files with 5 additions and 4 deletions

7
.gitignore vendored
View File

@ -1,3 +1,4 @@
/*.old
/*.orig
/*.rej
*.zst
src
*.tar.*
*.sig

View File

@ -90,7 +90,7 @@ build() {
cd $_srcname
make all
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make htmldocs SPHINXOPTS=-QT
make htmldocs
}
_package() {