From dac3d6d06aa00cbf764a60494761f74dd043a310 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 10 Jul 2025 10:41:31 +0100 Subject: 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 --- include/rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rom.sh b/include/rom.sh index 65149ce5..57948ec4 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -81,7 +81,7 @@ coreboot_pad_one_byte() 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 defconfig="$y" -- cgit v1.2.1