mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
build/fw/coreboot: correctly check built targets
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -55,8 +55,8 @@ main()
|
|||||||
board="${x}"
|
board="${x}"
|
||||||
check_target
|
check_target
|
||||||
prepare_target
|
prepare_target
|
||||||
[ -f "bin/${x}" ] || continue
|
[ -d "bin/${board}" ] || continue
|
||||||
targets="bin/${x}\n${targets}"
|
targets="bin/${board}, ${targets}"
|
||||||
done
|
done
|
||||||
|
|
||||||
[ -z ${targets} ] && err "No ROM images were compiled"
|
[ -z ${targets} ] && err "No ROM images were compiled"
|
||||||
|
|||||||
Reference in New Issue
Block a user