summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-01-03 09:34:42 +0000
committerLeah Rowe <leah@libreboot.org>2025-01-03 09:34:42 +0000
commitd825f9a9683c0d7996f532223c43c14f30b411b9 (patch)
treed06cd77184e51b535bf12d7945425ac4fa357288
parent4149f3dc81a5157b08a8f1e297fd6c78811cf170 (diff)
rom.sh: Remove errant GRUB modules check
This check is a good idea, but not viable here, because the modules naturally aren't set in all circumstances, so it just causes a build error. Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--include/rom.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rom.sh b/include/rom.sh
index 6c1d2b05..2a7bc837 100644
--- a/include/rom.sh
+++ b/include/rom.sh
@@ -45,7 +45,6 @@ mkpayload_grub()
{
eval "`setvars "" grub_modules grub_install_modules`"
$dry eval "`setcfg "$grubdata/module/$tree"`"
- $dry chkvars grub_modules grub_install_modules
$dry x_ rm -f "$srcdir/grub.elf"; $dry \
"$srcdir/grub-mkstandalone" --grub-mkimage="$srcdir/grub-mkimage" \
-O i386-coreboot -o "$srcdir/grub.elf" -d "${srcdir}/grub-core/" \