mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 17:58:46 +02:00
fix warning about coreboot elf/ vs bin/
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -90,7 +90,7 @@ build_targets()
|
|||||||
[ $# -gt 0 ] && targets=$@
|
[ $# -gt 0 ] && targets=$@
|
||||||
|
|
||||||
[ -z "${mode}" ] && x_ mkdir -p "${elfdir}/"
|
[ -z "${mode}" ] && x_ mkdir -p "${elfdir}/"
|
||||||
if [ "${project}" != "coreboot" ]; then
|
if [ "${project}" = "coreboot" ]; then
|
||||||
printf "DO NOT flash coreboot images under elf/. Use ROMs"
|
printf "DO NOT flash coreboot images under elf/. Use ROMs"
|
||||||
printf "under bin/. The elf/ ones DO NOT contain payloads"
|
printf "under bin/. The elf/ ones DO NOT contain payloads"
|
||||||
printf "will brick your machine.\n" > \
|
printf "will brick your machine.\n" > \
|
||||||
|
|||||||
Reference in New Issue
Block a user