summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-22 19:49:37 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-22 19:49:37 +0100
commitbb05cb5f06f3b0fb926be0faebf189b57e0b7c81 (patch)
tree29028c68f4f73864329c781d56196d3fa1ccd1c5 /config
parent336ba8560529c98fdf213fd246131e9aa655ef5a (diff)
rom.sh: properly cook coreboot configs
new mkhelper variable added: cook_config Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r--config/data/coreboot/mkhelper.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg
index a81db2bf..f7122f9c 100644
--- a/config/data/coreboot/mkhelper.cfg
+++ b/config/data/coreboot/mkhelper.cfg
@@ -31,3 +31,4 @@ cbfscfg=""
premake="corebootpremake"
mkhelper="$if_not_dry_build coreboot_pad_one_byte"
postmake="$if_not_dry_build mkcorebootbin"
+cook_config="$if_not_dry_build cook_coreboot_config"