aboutsummaryrefslogtreecommitdiff
path: root/scripts/linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/linux.sh')
-rw-r--r--scripts/linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/linux.sh b/scripts/linux.sh
index bbb0477..d701216 100644
--- a/scripts/linux.sh
+++ b/scripts/linux.sh
@@ -12,7 +12,7 @@ if ! [ -e ./.config ] ; then
fi
if ! [ -f "$KERNEL_TAR_PKG" ] ; then
make olddefconfig
- make -j8 bzImage modules
+ make -j$(nproc) bzImage modules
make tar-pkg
fi
cd "$prefix"