summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantman6662021-08-02 23:18:45 +0800
committerantman6662021-08-02 23:18:45 +0800
commitbee65a6180b34fae0e4e61c32c85b495c7094012 (patch)
tree9523097a019faead451b9b2cfcc75fa0eb5ad500 /PKGBUILD
parentc9e598fff23207d2828d2d8405e354f9e8c2c5f4 (diff)
downloadaur-bee65a6180b34fae0e4e61c32c85b495c7094012.tar.gz
update linux-xanmod-cacule-uksm-cjktty to 5.13.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 390214da0f9d..085a8910e9e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -77,6 +77,7 @@ xanmod=1
pkgrel=${xanmod}
pkgdesc='Linux Xanmod. Branch with Cacule scheduler by Hamad Marri'
_patches_url="https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/${_major}"
+_jobs=$(nproc)
url="http://www.xanmod.org/"
arch=(x86_64)
@@ -272,7 +273,7 @@ prepare() {
build() {
cd linux-${_major}
- make LLVM=$_LLVM LLVM_IAS=$_LLVM all
+ make LLVM=$_LLVM LLVM_IAS=$_LLVM -j${_jobs} all
}
_package() {