summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-17 10:46:53 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-17 10:46:53 +0100
commite0714ad9290db1c87c41e8f7127352f975552bda (patch)
treec841d76ce7e9a8d3897a6b12df3b240d797b5475 /include
parent058a70a16e4a1172c0eadacb564ee864c5b61ae7 (diff)
rom.sh: check grub dry build in mkhelper
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r--include/fw/rom.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fw/rom.sh b/include/fw/rom.sh
index 0b3a92dd..c64a2e80 100644
--- a/include/fw/rom.sh
+++ b/include/fw/rom.sh
@@ -40,9 +40,6 @@ mkpayload_grub()
{
eval "`newvar grub_modules grub_install_modules`"
- $if_dry_build \
- return 0
-
. "$grubdata/module/$tree" || \
err "Can't read '$grubdata/module/$tree'" "mkpayload_grub" "$@"