mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 19:26:22 +02:00
rom.sh: Don't build coreboot utils if dry=":"
This fixes a build error when doing ./mk release, after a regression caused by the last few commits. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ coreboot_pad_one_byte()
|
|||||||
|
|
||||||
mkcorebootbin()
|
mkcorebootbin()
|
||||||
{
|
{
|
||||||
fx_ check_coreboot_util printf "cbfstool\nifdtool\n"
|
$dry fx_ check_coreboot_util printf "cbfstool\nifdtool\n"
|
||||||
|
|
||||||
for y in "$target_dir/config"/*; do
|
for y in "$target_dir/config"/*; do
|
||||||
defconfig="$y"
|
defconfig="$y"
|
||||||
|
|||||||
Reference in New Issue
Block a user