diff options
author | Leah Rowe <leah@libreboot.org> | 2025-08-01 05:27:33 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-08-01 05:32:25 +0100 |
commit | a499d5bba2f9f35dd10c0bab4b9c2313f744da33 (patch) | |
tree | e23a4ba0a3959345f33dfc8bd184d0afa3b75ee1 /include/init.sh | |
parent | 84a1ff85b0706d7eb47118dd37f0f16443d48108 (diff) |
rom.sh: Don't run mkhelpers if release=n
This fixes the following error on ./mk release:
cp: cannot stat 'elf/coreboot/default/d510mo/libgfxinit_txtmode/coreboot.rom': No such file or directory
I recently re-wrote the handling of coreboot images, and
I overlooked this entirely. When a given target specifies
release=n, it has to be skipped, so builds are not done.
The "release" variable is already checked, in mkcoreboottar.
Let's also put it in the other mkhelper functions, to make sure
there are no errors.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
0 files changed, 0 insertions, 0 deletions