From 094dcb6907373bb62165bee33311419600d8a4cc Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Sun, 16 Aug 2015 17:01:21 +0100 Subject: scripts: use the -j option in make (multithreaded compilation) --- resources/scripts/helpers/build/module/coreboot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/scripts/helpers/build/module/coreboot') diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot index 15221969..c939068a 100755 --- a/resources/scripts/helpers/build/module/coreboot +++ b/resources/scripts/helpers/build/module/coreboot @@ -3,6 +3,7 @@ # helper script: builds the dependencies that coreboot needs before building a ROM image # # Copyright (C) 2014, 2015 Francis Rowe +# Copyright (C) 2015 Klemens Nanni # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -37,7 +38,7 @@ cd "coreboot/" # cbfstool cd "util/cbfstool/" -make +make -j$(nproc) # done. go back to coreboot dir cd "../../" -- cgit v1.2.3-70-g09d2