summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantman6662021-06-06 10:38:23 +0800
committerantman6662021-06-06 10:38:23 +0800
commitc3bb7add4efb88080195c30649193dd5b2c95765 (patch)
tree880966bd275b2857080da7b9879706d5bb624be5 /PKGBUILD
parent74da8ddf7ef16fff56b33d2535475992d6433b64 (diff)
downloadaur-c3bb7add4efb88080195c30649193dd5b2c95765.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 04273de25896..4d91d0ae6c40 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() {