summaryrefslogtreecommitdiff
path: root/edk2-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'edk2-build.sh')
-rwxr-xr-xedk2-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/edk2-build.sh b/edk2-build.sh
index 3af4e7c..6a7768a 100755
--- a/edk2-build.sh
+++ b/edk2-build.sh
@@ -221,7 +221,7 @@ function prepare_build
if [ $VERBOSE -eq 1 ]; then
echo "Building BaseTools"
fi
- make -C BaseTools
+ make -C BaseTools -j $NUM_THREADS
RET=$?
cd -
if [ $RET -ne 0 ]; then