mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +02:00
vendor/inject: only build nvmutil if required
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Vendored
+1
-1
@@ -91,7 +91,7 @@ build_dependencies()
|
|||||||
if [ ! -f "${cbfstool}" ] || [ ! -f "${ifdtool}" ]; then
|
if [ ! -f "${cbfstool}" ] || [ ! -f "${ifdtool}" ]; then
|
||||||
x_ ./update project trees -b coreboot utils default
|
x_ ./update project trees -b coreboot utils default
|
||||||
fi
|
fi
|
||||||
[ -f "${nvmutil}" ] || x_ make -C util/nvmutil
|
[ -z "${new_mac}" ] || [ -f "${nvmutil}" ] || x_ make -C util/nvmutil
|
||||||
[ "${nukemode}" = "nuke" ] && return 0
|
[ "${nukemode}" = "nuke" ] && return 0
|
||||||
x_ ./update vendor download ${board}
|
x_ ./update vendor download ${board}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user