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
parent
9f8f230b61
commit
5e81024e97
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue