rename build/firmware/ to build/fw/

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-10-06 03:32:38 +01:00
parent 5494ffb3d1
commit 965b6a7ed7
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ execute_command()
fi
lbmkcmd="${buildpath}/${mode}/${option}"
[ "${lbmkcmd}" = "./script/build/boot/roms" ] && \
printf "NOTE: ./build boot roms now: ./build firmware coreboot\n" \
printf "NOTE: ./build boot roms now: ./build fw coreboot\n" \
1>&2
[ -f "${lbmkcmd}" ] || fail "Invalid command. Run: ${linkpath} help"
"${lbmkcmd}" $@ || fail "execute_command: ${lbmkcmd} ${@}"