mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
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>
This commit is contained in:
@@ -48,7 +48,7 @@ build_dependencies()
|
|||||||
done
|
done
|
||||||
[ -f "${uefiextract}" ] || \
|
[ -f "${uefiextract}" ] || \
|
||||||
x_ ./update project build -b uefitool
|
x_ ./update project build -b uefitool
|
||||||
[ -f "${cbdir}/util/kbc1126/kbc1126_ec_dump" ] || \
|
[ -f "${kbc1126_ec_dump}" ] || \
|
||||||
x_ make -C "${cbdir}/util/kbc1126"
|
x_ make -C "${cbdir}/util/kbc1126"
|
||||||
x_ ./build coreboot utils default
|
x_ ./build coreboot utils default
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user