Linux 6.16

This commit is contained in:
2025-08-04 13:13:02 +02:00
parent 75dff7cec4
commit 143d8d4f92
3 changed files with 12287 additions and 56 deletions

View File

@@ -2,7 +2,7 @@
# copied from Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgbase=linux-tom
pkgver=6.15.8.arch1
pkgver=6.16.arch1
pkgrel=1
pkgdesc='Linux'
url='https://github.com/archlinux/linux'
@@ -75,7 +75,6 @@ prepare() {
echo "Setting version..."
echo "-$pkgrel" > localversion.10-pkgrel
echo "${pkgbase#linux}" > localversion.20-pkgname
# rm -fv "lib/longest_symbol_kunit.c"
local src
for src in "${source[@]}"; do
@@ -118,7 +117,7 @@ build() {
cd $_srcname
make all
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
make htmldocs
make htmldocs SPHINXOPTS=-QT
}
_package() {