mirror of
https://codeberg.org/canoeboot/cbmk.git
synced 2025-07-31 01:42:25 +01:00

it mainly does general tasks, like handling utils and enabling ccache. the vfiles are a small part. rename the function accordingly. it is called by premake, so let's call it corebootpremake. this change will also make sense when cherry-picked into cbmk, which does not handle vfiles at all. Signed-off-by: Leah Rowe <leah@libreboot.org>
16 lines
543 B
INI
16 lines
543 B
INI
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
makeargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"
|
|
build_depend="seabios/default grub/default memtest86plus u-boot/amd64coreboot"
|
|
|
|
seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin"
|
|
|
|
pv="payload_seabios payload_memtest payload_grub payload_grubsea"
|
|
v="initmode ubootelf grub_scan_disk uboot_config grubtree grubelf pname"
|
|
v="$v displaymode tmprom newrom payload_uboot"
|
|
eval `setvars "n" $pv`
|
|
eval `setvars "" $v`
|
|
|
|
premake="corebootpremake"
|
|
mkhelper="mkcorebootbin"
|
|
postmake="mkcoreboottar"
|