rom.sh: avoid re-building cbutils if built

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-07-10 01:37:27 +01:00
parent 494b94799e
commit 97b777715b
+2
View File
@@ -57,6 +57,8 @@ mkvendorfiles()
check_coreboot_utils()
{
for util in cbfstool ifdtool; do
[ -f "elf/$util/$1/$util" ] && continue
utilelfdir="elf/$util/$1"
utilsrcdir="src/coreboot/$1/util/$util"