From 757634917b10c07228b15bbd905d45d5ad382820 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 06 Dec 2015 16:14:23 -0500 Subject: build/module/coreboot: don't parallelize building of utils --- (limited to 'resources/scripts') diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot index 09d3cde..eb99c25 100755 --- a/resources/scripts/helpers/build/module/coreboot +++ b/resources/scripts/helpers/build/module/coreboot @@ -38,5 +38,5 @@ done # cbfstool, cbmem, nvramtool for util in {cbfs,nvram}tool cbmem; do - make -j$(nproc) -BC coreboot/util/${util} + make -BC coreboot/util/${util} done -- cgit v0.9.1