summaryrefslogtreecommitdiff
path: root/script/build/fw/coreboot
diff options
context:
space:
mode:
Diffstat (limited to 'script/build/fw/coreboot')
-rwxr-xr-xscript/build/fw/coreboot3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/build/fw/coreboot b/script/build/fw/coreboot
index bf7943ac..4cdf64ff 100755
--- a/script/build/fw/coreboot
+++ b/script/build/fw/coreboot
@@ -132,7 +132,8 @@ prepare_target()
cbfstool="cbutils/${tree}/cbfstool"
cbrom="${cbdir}/build/coreboot.rom"
- x_ ./update project trees -b coreboot utils ${tree}
+ [ -f "${cbfstool}" ] || \
+ x_ ./update project trees -b coreboot utils ${tree}
build_dependency_seabios