trees: use multiple threads to build cbutils

Signed-off-by: Leah Rowe <leah@libreboot.org>
20240612_branch
Leah Rowe 2024-06-06 22:20:09 +01:00
parent d41658f17e
commit a7889c5af8
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,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"