roms: re-add final confirmation of targets

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-06-24 17:41:43 +01:00 committed by Leah Rowe
parent 01986beda3
commit 537efc148d
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ main()
mkrom_tarball "bin/serprog_$ser" && return 0
[ -z "$ser" ] && [ -z "$targets" ] && $err "No images were compiled"
[ -z "$ser" ] && printf "ROMs built in bin/ for: %s\n" "${targets#, }"
printf "DO NOT flash from elf/ - use bin/ - ALSO:\n%s\n" "$kbnotice"
}