build script tweak with nproc

This commit is contained in:
arcanedev 2022-10-27 19:24:33 +00:00
parent 86d3db5504
commit 6f262c63ae
No known key found for this signature in database
GPG Key ID: 13BA4BD4C14170C0
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ make clean
make oldconfig
make menuconfig
echo "Compiling "$KVER""
make --jobs=9
make --jobs=$(nproc)
make modules_install
# Ensure /boot is rw