From 965b6a7ed73f1dbd78a353c83b99a88b50c86f38 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 6 Oct 2023 03:32:38 +0100 Subject: rename build/firmware/ to build/fw/ Signed-off-by: Leah Rowe --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build b/build index 14cac33d..0275be64 100755 --- a/build +++ b/build @@ -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} ${@}" -- cgit v1.2.1