We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630f97a commit 8ad1c7dCopy full SHA for 8ad1c7d
kernel_build.sh
@@ -67,7 +67,7 @@ echo "[TIMER]{BUILD}: $(( $END_BUILD - $START_BUILD ))s"
67
68
echo "Making Modules"
69
START_MODULES=$(date +%s)
70
-sudo INSTALL_MOD_STRIP=1 make modules_install
+sudo INSTALL_MOD_STRIP=1 make -j$(nproc) modules_install
71
if [ $? -ne 0 ]; then
72
echo "Error: Modules install failed"
73
echo "[TIMER]{MODULES} $(( $(date +%s) - $START_MODULES ))s"
0 commit comments