From b320e9fe8bf0acb827defdc063ac5b20dc540c5a Mon Sep 17 00:00:00 2001 From: Steve Chen Date: Fri, 14 Nov 2025 01:39:37 +0800 Subject: [PATCH] default use 2 cpu to build --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfd3d45..8718d8c 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,8 @@ ALL_CBB_CLEAN_TARGETS += sle_clean endif # cpu counts -CPU_NUM := $(shell nproc) +#CPU_NUM := $(shell nproc) +CPU_NUM := 2 .PHONY: wifi platform ble sle ini hso tools menuconfig ble_android full_build all clean