rom.sh: put coreboot dry checks in mkhelper

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-17 10:52:52 +01:00
parent e0714ad929
commit 4530c6f2e3
2 changed files with 9 additions and 22 deletions
+2 -2
View File
@@ -24,5 +24,5 @@ payload_uboot=""
cbfscfg=""
premake="corebootpremake"
mkhelper="coreboot_pad_one_byte"
postmake="mkcorebootbin"
mkhelper="$if_not_dry_build coreboot_pad_one_byte"
postmake="$if_not_dry_build mkcorebootbin"