aboutsummaryrefslogtreecommitdiff
path: root/build-arm-tf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-arm-tf.sh')
-rwxr-xr-xbuild-arm-tf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-arm-tf.sh b/build-arm-tf.sh
index a001a19..8211279 100755
--- a/build-arm-tf.sh
+++ b/build-arm-tf.sh
@@ -83,8 +83,8 @@ do_build ()
done
# make tools
- make certtool
- make fiptool
+ make -j $PARALLELISM certtool
+ make -j $PARALLELISM fiptool
popd
fi
}