fix: use nproc in kernel build script for default jobs, and fix DEV.md guide

This commit is contained in:
Alex Zenla
2024-04-14 06:04:44 +00:00
parent b02fc54402
commit 8df9b36e3d
2 changed files with 10 additions and 4 deletions

View File

@ -26,7 +26,7 @@ KERNEL_SRC="${KERNEL_DIR}/linux-${KERNEL_VERSION}-${TARGET_ARCH_STANDARD}"
if [ -z "${KRATA_KERNEL_BUILD_JOBS}" ]
then
KRATA_KERNEL_BUILD_JOBS="2"
KRATA_KERNEL_BUILD_JOBS="$(nproc)"
fi
if [ ! -f "${KERNEL_SRC}/Makefile" ]