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} ${@}" diff --git a/script/build/firmware/coreboot b/script/build/fw/coreboot similarity index 100% rename from script/build/firmware/coreboot rename to script/build/fw/coreboot diff --git a/script/build/firmware/serprog b/script/build/fw/serprog similarity index 100% rename from script/build/firmware/serprog rename to script/build/fw/serprog