summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-27 12:24:05 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-27 12:24:05 +0100
commitebbefa6030000137016b7a66209c313b91f72fc8 (patch)
treeef274bd39543280b247b48086bd1e240601fb0fe
parentdf6db1c64bf9c1ce0f025abfaf0badfff5fdff42 (diff)
handle/config/file: rename to handle/make/config
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xresources/scripts/build/boot/roms_helper6
-rwxr-xr-xresources/scripts/handle/make/config (renamed from resources/scripts/handle/config/file)0
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/scripts/build/boot/roms_helper b/resources/scripts/build/boot/roms_helper
index afd0ce1f..79e86ad4 100755
--- a/resources/scripts/build/boot/roms_helper
+++ b/resources/scripts/build/boot/roms_helper
@@ -159,7 +159,7 @@ if [ ! -f "${seavgabiosrom}" ] \
|| [ ! -f elf/seabios/default/vgarom/bios.bin.elf ] \
|| [ ! -f elf/seabios/default/normal/bios.bin.elf ]; then
[ "${payload_seabios}" != "y" ] || \
- ./handle config file -b seabios || \
+ ./handle make config -b seabios || \
err "cannot build seabios"
fi
@@ -207,7 +207,7 @@ if [ "${payload_grub}" = "y" ] || \
fi
if [ "${payload_uboot}" = "y" ]; then
- ./handle config file -b u-boot ${board} || \
+ ./handle make config -b u-boot ${board} || \
err "cannot build u-boot target: ${board}"
ubdir="elf/u-boot/${board}/${uboot_config}"
ubootelf="${ubdir}/u-boot.elf"
@@ -509,7 +509,7 @@ mkRoms()
return 0
fi
- ./handle config file -b coreboot ${board} || \
+ ./handle make config -b coreboot ${board} || \
err "mkRoms: cannot build coreboot for target: ${board}"
_corebootrom="elf/coreboot/${board}/${initmode}_${displaymode}"
diff --git a/resources/scripts/handle/config/file b/resources/scripts/handle/make/config
index 6bbc0b04..6bbc0b04 100755
--- a/resources/scripts/handle/config/file
+++ b/resources/scripts/handle/make/config