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>
audit2
Leah Rowe 2024-06-24 18:39:53 +01:00 committed by Leah Rowe
parent ba228ac228
commit aa89f69b34
1 changed files with 1 additions and 0 deletions

View File

@ -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"
}