mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
roms main(): confirm what serprog images are built
just like we do for coreboot images, do it for serprog. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -64,6 +64,7 @@ main()
|
||||
|
||||
[ -z "$ser" ] && [ -z "$targets" ] && $err "No images were compiled"
|
||||
[ -z "$ser" ] && printf "ROMs built in bin/ for: %s\n" "${targets#, }"
|
||||
[ -n "$ser" ] && printf "ROMs (serprog) built in bin/%s/\n" "$ser"
|
||||
printf "Please flash from bin/, NOT elf/ - ALSO:\n%s\n" "$kbnotice"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user