rename build/firmware/ to build/fw/
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
5494ffb3d1
commit
965b6a7ed7
2
build
2
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} ${@}"
|
||||
|
|
Loading…
Reference in New Issue