summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-06 03:32:38 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-06 03:32:38 +0100
commit965b6a7ed73f1dbd78a353c83b99a88b50c86f38 (patch)
tree8df72616290921a2b56715f9020cbb021cb0a39c
parent5494ffb3d10b66de8723d1c841a25e404d4885bd (diff)
rename build/firmware/ to build/fw/
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xbuild2
-rwxr-xr-xscript/build/fw/coreboot (renamed from script/build/firmware/coreboot)0
-rwxr-xr-xscript/build/fw/serprog (renamed from script/build/firmware/serprog)0
3 files changed, 1 insertions, 1 deletions
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
index 15430255..15430255 100755
--- a/script/build/firmware/coreboot
+++ b/script/build/fw/coreboot
diff --git a/script/build/firmware/serprog b/script/build/fw/serprog
index 0966af77..0966af77 100755
--- a/script/build/firmware/serprog
+++ b/script/build/fw/serprog