summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2017-01-30 15:29:34 +0100
committerPatrick Georgi <pgeorgi@google.com>2017-01-31 18:51:55 +0100
commit78a5f22994da63bb02882aacb68cbbb70c2606ac (patch)
tree9e7756c25b2909395f87572943f97b4c59baf504 /Makefile
parentbe182ad380bbb335fb5d1d746f0f8ce4a113b2f2 (diff)
downloadcoreboot-78a5f22994da63bb02882aacb68cbbb70c2606ac.tar.xz
build system: mark sub-make invocations as parallelizable
We rely on gnu make, so we can expect the jobserver to be around in parallel builds, too. Avoids some make warnings and slightly speeds up the build if those sub-makes are executed (eg for arm-trusted-firmware and vboot). Change-Id: I0e6a77f2813f7453d53e88e0214ad8c1b8689042 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/18263 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 29730302b0..4a05890dfe 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ real-all: real-target
.SECONDEXPANSION:
$(KCONFIG_AUTOHEADER): $(KCONFIG_CONFIG)
- $(MAKE) oldconfig
+ +$(MAKE) oldconfig
# Add a new class of source/object files to the build system
add-class= \