summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantman6662021-06-12 15:10:32 +0800
committerantman6662021-06-12 15:10:32 +0800
commit2da8cbb6424f1a56a05b81f55957f41e28f31539 (patch)
tree15139a299470b3c48ea29d9d3c4ad86146006335 /PKGBUILD
parent83de44867f13fd2c94eee4399b63c8861f110631 (diff)
downloadaur-2da8cbb6424f1a56a05b81f55957f41e28f31539.tar.gz
update linux-ck-uksm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f41e5536c7ec..e75e76e38a5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Set the next two variables to ANYTHING that is not null to enable them
# Tweak kernel options prior to a build via nconfig
-_makenconfig=
+_makenconfig=y
# Only compile active modules to VASTLY reduce the number of modules built and
# the build time.
@@ -63,7 +63,7 @@ _localmodcfg=
# 39. Generic-x86-64-v4 (GENERIC_CPU4) (NEW)
# 40. Intel-Native optimizations autodetected by GCC (MNATIVE_INTEL) (NEW)
# 41. AMD-Native optimizations autodetected by GCC (MNATIVE_AMD) (NEW)
-_subarch=17
+_subarch=36
### IMPORTANT: Do no edit below this line unless you know what you're doing
@@ -199,7 +199,7 @@ prepare() {
build() {
cd linux-${pkgver}
- make -j40 all
+ make all
}
_package() {