summaryrefslogtreecommitdiffstats
path: root/helper/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'helper/system.inc')
-rw-r--r--helper/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/system.inc b/helper/system.inc
index 4c0ea467..2e619a3c 100644
--- a/helper/system.inc
+++ b/helper/system.inc
@@ -16,4 +16,4 @@ KERNEL_VERSION=$(uname -r)
# determine number of CPU cores
CPU_CORES=$(cat /proc/cpuinfo | grep processor | wc -l)
-export MAKEFLAGS="-j$[$CPU_CORES +1]"
+export MAKEFLAGS="-j$CPU_CORES"