summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module/ich9deblob
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/module/ich9deblob')
-rwxr-xr-xresources/scripts/helpers/build/module/ich9deblob3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/module/ich9deblob b/resources/scripts/helpers/build/module/ich9deblob
index d1d0d2f..7622b87 100755
--- a/resources/scripts/helpers/build/module/ich9deblob
+++ b/resources/scripts/helpers/build/module/ich9deblob
@@ -3,6 +3,7 @@
# helper script: builds ich9deblob source code
#
# Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk>
+# Copyright (C) 2015 Klemens Nanni <contact@autoboot.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -35,7 +36,7 @@ cd "resources/utilities/ich9deblob/"
make clean
# build ich9deblob
-make
+make -j$(nproc)
# done. go back to main directory
cd "../../../"