summaryrefslogtreecommitdiff
path: root/script/update/vendor
diff options
context:
space:
mode:
Diffstat (limited to 'script/update/vendor')
-rwxr-xr-xscript/update/vendor/download2
-rwxr-xr-xscript/update/vendor/inject2
2 files changed, 2 insertions, 2 deletions
diff --git a/script/update/vendor/download b/script/update/vendor/download
index 21b0f7ed..aec59c1f 100755
--- a/script/update/vendor/download
+++ b/script/update/vendor/download
@@ -50,7 +50,7 @@ build_dependencies()
x_ ./update project build -b uefitool
[ -f "${kbc1126_ec_dump}" ] || \
x_ make -C "${cbdir}/util/kbc1126"
- x_ ./build coreboot utils default
+ x_ ./update project build -b coreboot utils default
}
download_vendorfiles()
diff --git a/script/update/vendor/inject b/script/update/vendor/inject
index eac4da37..0b26f81e 100755
--- a/script/update/vendor/inject
+++ b/script/update/vendor/inject
@@ -88,7 +88,7 @@ detect_board()
build_dependencies()
{
[ -d "${cbdir}" ] || x_ ./update project trees coreboot default
- x_ ./build coreboot utils default
+ x_ ./update project build -b coreboot utils default
x_ ./update vendor download ${board}
}