summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/helper
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/helpers/build/roms/helper')
-rwxr-xr-xresources/scripts/helpers/build/roms/helper6
1 files changed, 5 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/helper b/resources/scripts/helpers/build/roms/helper
index d63598d..983be3d 100755
--- a/resources/scripts/helpers/build/roms/helper
+++ b/resources/scripts/helpers/build/roms/helper
@@ -31,7 +31,9 @@ if (( $# != 1 )); then
exit 1
fi
-cd coreboot
+printf "Helper script: build ROM images for '$1'\n"
+
+cd coreboot/
# Build ROM images with text-mode and corebootfb modes.
# ---------------------------------------------------------------------------------------------------------------
@@ -113,3 +115,5 @@ mv "$1" ../bin
# go back to main source directory
cd ../
+printf "\n\n"
+