summaryrefslogtreecommitdiff
path: root/script/build/grub
diff options
context:
space:
mode:
Diffstat (limited to 'script/build/grub')
-rwxr-xr-xscript/build/grub/utils2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/grub/utils b/script/build/grub/utils
index f0449ed7..3a282f2e 100755
--- a/script/build/grub/utils
+++ b/script/build/grub/utils
@@ -44,7 +44,7 @@ build_grub()
err "build_grub: autogen.sh"
./configure --with-platform=coreboot || \
err "build_grub: autoconf"
- make -j$(nproc) || \
+ make -j$(nproc) FS_PAYLOAD_MODULES="" || \
err "build_grub: make"
)
}