summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-22 19:54:29 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-22 19:54:29 +0100
commit37efd825ca55c6bd698492328a52eeb619af6a69 (patch)
tree2b7348fde260583d16d84cd6de68f45170b286f9 /config
parent3b211a642a759a39fdc78051e35e50c771042c07 (diff)
change coreboot mkhelper to force rebuild
anyone pulling this patch will have their coreboot rebuild automatically. the cook function means that certain changes there might not apply automatically. this fixes that. from now on, when i modify the cook function, i will also modify the mkhelper.cfg (changes to actual config files in config/ will always trigger rebuilds) this will annoy some users, but it will only happen once, when they build with this patch in their tree. yes. we must avoid stale builds. 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 f7122f9c..4469d860 100644
--- a/config/data/coreboot/mkhelper.cfg
+++ b/config/data/coreboot/mkhelper.cfg
@@ -32,3 +32,4 @@ 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"
+