kernel: Fix nproc number
kati wrapper is forcing this to 2 for some reason. Hack around it. Change-Id: Ie056f3e43645515f3c5922e0fbf79a0b5ecf7856
This commit is contained in:
committed by
Rashed Abdel-Tawab
parent
ba5ea35eb6
commit
70207cd54d
@@ -99,7 +99,7 @@ endif
|
|||||||
KERNEL_MAKE_FLAGS :=
|
KERNEL_MAKE_FLAGS :=
|
||||||
|
|
||||||
# Add back threads, ninja cuts this to $(nproc)/2
|
# Add back threads, ninja cuts this to $(nproc)/2
|
||||||
KERNEL_MAKE_FLAGS += -j$$(nproc)
|
KERNEL_MAKE_FLAGS += -j$(shell nproc --all)
|
||||||
|
|
||||||
ifeq ($(KERNEL_ARCH),arm)
|
ifeq ($(KERNEL_ARCH),arm)
|
||||||
# Avoid "Unknown symbol _GLOBAL_OFFSET_TABLE_" errors
|
# Avoid "Unknown symbol _GLOBAL_OFFSET_TABLE_" errors
|
||||||
|
Reference in New Issue
Block a user