summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/module/grub
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/module/grub')
-rwxr-xr-xresources/scripts/helpers/build/module/grub3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/module/grub b/resources/scripts/helpers/build/module/grub
index e6b548a..fe073d6 100755
--- a/resources/scripts/helpers/build/module/grub
+++ b/resources/scripts/helpers/build/module/grub
@@ -3,6 +3,7 @@
# helper script: builds GRUB 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
@@ -37,7 +38,7 @@ cd "grub/"
# build grub
./autogen.sh
./configure --with-platform=coreboot
-make
+make -j$(nproc)
printf "\n\n"