Linux: v5.11, make options, usable config

master
Karchnu 2021-02-22 14:58:40 +01:00
parent 092fea9ef1
commit 976cc9fd3a
2 changed files with 2336 additions and 6941 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,17 +1,20 @@
name: linux
version: 5.2.9
version: 5.11
sources:
- https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{version}.tar.xz
- config
build-dependances:
- flex
options:
# WARNING: this has to be the same environment variables used
# during the creation of the config file
- make: -j5 CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip OBJCOPY=llvm-objcopy OBJDUMP=llvm-objdump READELF=llvm-readelf HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar HOSTLD=ld.lld
@configure
cd '%{name}-%{version}'
make mrproper
cp ../config .config
make olddefconfig
@install
cd 'linux-%{version}'