trees: use multiple threads to build cbutils

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2-merge1
Leah Rowe 2024-06-06 22:20:09 +01:00 committed by Leah Rowe
parent 1d7a6f04c9
commit f7170092c8
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ check_coreboot_utils()
utilmode=""
[ -z "$mode" ] || utilmode="clean"
x_ make -C "$utilsrcdir" $utilmode
x_ make -C "$utilsrcdir" $utilmode -j$threads
[ -z "$mode" ] && [ ! -f "$utilelfdir/$util" ] && \
x_ mkdir -p "$utilelfdir" && \
x_ cp "$utilsrcdir/$util" "elf/$util/$1"