build/fw/grub: re-add end confirmation message

otherwise, if src/grub/ was already compiled, this
would not print anything on the screen. however, the
files will have been created under elf/grub

this message just makes lbmk a bit more user friendly

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-10-07 06:08:03 +01:00
parent ba324d8c07
commit c8bace0d84
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ main()
handle_dependencies
build_keymap_configs
build_grub_payload
printf "GRUB files now available under directory: %s\n" "${elfdir}"
}
handle_dependencies()