mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
9b11e93686
remove it from mkhelper files, because rom.sh doesn't initialise any variables globally, except one that never changes. Signed-off-by: Leah Rowe <leah@libreboot.org>
8 lines
229 B
INI
8 lines
229 B
INI
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
bootstrapargs="--gnulib-srcdir=gnulib/ --no-git"
|
|
autoconfargs="--with-platform=coreboot --disable-werror"
|
|
makeargs="FS_PAYLOAD_MODULES=\"\""
|
|
btype="autohell"
|
|
mkhelper="mkpayload_grub"
|