summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-24 17:41:43 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-24 17:41:43 +0100
commit9484eda5a710e3eeaa7c67eeac26afdb3fa7840f (patch)
tree54af8519c360f9b1272ca58d493292588bd7e083 /script
parent2b7df7ab2c96a5e7f4e19b14843ede54b145d81f (diff)
roms: re-add final confirmation of targets
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/roms1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/roms b/script/roms
index 43925c3b..76b860cf 100755
--- a/script/roms
+++ b/script/roms
@@ -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"
}