summaryrefslogtreecommitdiff
path: root/script/update/vendor/download
diff options
context:
space:
mode:
Diffstat (limited to 'script/update/vendor/download')
-rwxr-xr-xscript/update/vendor/download4
1 files changed, 3 insertions, 1 deletions
diff --git a/script/update/vendor/download b/script/update/vendor/download
index 2d90b9b0..6c83b0ca 100755
--- a/script/update/vendor/download
+++ b/script/update/vendor/download
@@ -50,7 +50,9 @@ build_dependencies()
x_ ./update project trees -b uefitool
[ -f "${kbc1126_ec_dump}" ] || \
x_ make -C "${cbdir}/util/kbc1126"
- x_ ./update project trees -b coreboot utils default
+ if [ ! -f "${cbfstool}" ] || [ ! -f "${ifdtool}" ]; then
+ x_ ./update project trees -b coreboot utils default
+ fi
}
download_vendorfiles()