trees: use multiple threads to build cbutils

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-06 22:20:09 +01:00
parent d41658f17e
commit a7889c5af8
+1 -1
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"