diff options
Diffstat (limited to 'script')
-rwxr-xr-x | script/build/grub/utils | 2 |
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" ) } |