update/blobs: don't hardcode kbc1126 util check

use the variable that is set up in blobutil.sh

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-07 00:46:38 +01:00
parent 9f8f230b61
commit 5e81024e97
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ build_dependencies()
done
[ -f "${uefiextract}" ] || \
x_ ./update project build -b uefitool
[ -f "${cbdir}/util/kbc1126/kbc1126_ec_dump" ] || \
[ -f "${kbc1126_ec_dump}" ] || \
x_ make -C "${cbdir}/util/kbc1126"
x_ ./build coreboot utils default
}