diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-17 10:52:52 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-17 10:52:52 +0100 |
| commit | 4530c6f2e3cb54b522e588cb001782c855f44205 (patch) | |
| tree | 58b96eee333eb5cfc35d493abfa85fcd88845d85 /config | |
| parent | e0714ad9290db1c87c41e8f7127352f975552bda (diff) | |
rom.sh: put coreboot dry checks in mkhelper
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
| -rw-r--r-- | config/data/coreboot/mkhelper.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg index 8414ab53..2853e4f5 100644 --- a/config/data/coreboot/mkhelper.cfg +++ b/config/data/coreboot/mkhelper.cfg @@ -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" |
