mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
handle/config/file: rename to handle/make/config
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -159,7 +159,7 @@ if [ ! -f "${seavgabiosrom}" ] \
|
|||||||
|| [ ! -f elf/seabios/default/vgarom/bios.bin.elf ] \
|
|| [ ! -f elf/seabios/default/vgarom/bios.bin.elf ] \
|
||||||
|| [ ! -f elf/seabios/default/normal/bios.bin.elf ]; then
|
|| [ ! -f elf/seabios/default/normal/bios.bin.elf ]; then
|
||||||
[ "${payload_seabios}" != "y" ] || \
|
[ "${payload_seabios}" != "y" ] || \
|
||||||
./handle config file -b seabios || \
|
./handle make config -b seabios || \
|
||||||
err "cannot build seabios"
|
err "cannot build seabios"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -207,7 +207,7 @@ if [ "${payload_grub}" = "y" ] || \
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${payload_uboot}" = "y" ]; then
|
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}"
|
err "cannot build u-boot target: ${board}"
|
||||||
ubdir="elf/u-boot/${board}/${uboot_config}"
|
ubdir="elf/u-boot/${board}/${uboot_config}"
|
||||||
ubootelf="${ubdir}/u-boot.elf"
|
ubootelf="${ubdir}/u-boot.elf"
|
||||||
@@ -509,7 +509,7 @@ mkRoms()
|
|||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./handle config file -b coreboot ${board} || \
|
./handle make config -b coreboot ${board} || \
|
||||||
err "mkRoms: cannot build coreboot for target: ${board}"
|
err "mkRoms: cannot build coreboot for target: ${board}"
|
||||||
|
|
||||||
_corebootrom="elf/coreboot/${board}/${initmode}_${displaymode}"
|
_corebootrom="elf/coreboot/${board}/${initmode}_${displaymode}"
|
||||||
|
|||||||
Reference in New Issue
Block a user