| From eaae836704223219ee9bcabcd8b35658c786d666 Mon Sep 17 00:00:00 2001 |
| From: Jackeagle <jackeagle102@gmail.com> |
| Date: Fri, 3 May 2019 14:51:33 +0200 |
| Subject: [PATCH 16/17] Revert "kernel: Add more threads to kernel build |
| process" |
| |
| This reverts commit 7417156cd7b743293ee9d9f493ccc95fb8e68ef8. |
| --- |
| config/BoardConfigKernel.mk | 3 --- |
| 1 file changed, 3 deletions(-) |
| |
| diff --git a/config/BoardConfigKernel.mk b/config/BoardConfigKernel.mk |
| index e16c47e4..74f3413b 100644 |
| --- a/config/BoardConfigKernel.mk |
| +++ b/config/BoardConfigKernel.mk |
| @@ -95,9 +95,6 @@ endif |
| # Clear this first to prevent accidental poisoning from env |
| KERNEL_MAKE_FLAGS := |
| |
| -# Add back threads, ninja cuts this to $(nproc)/2 |
| -KERNEL_MAKE_FLAGS += -j$$(nproc) |
| - |
| ifeq ($(KERNEL_ARCH),arm) |
| # Avoid "Unknown symbol _GLOBAL_OFFSET_TABLE_" errors |
| KERNEL_MAKE_FLAGS += CFLAGS_MODULE="-fno-pic" |
| -- |
| 2.21.0 |
| |