rom.sh: avoid re-building cbutils if built
Signed-off-by: Leah Rowe <leah@libreboot.org>audit2
parent
fdf7864905
commit
87681db12c
|
@ -55,6 +55,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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue