summaryrefslogtreecommitdiff
path: root/config/data
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-16 10:58:00 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-16 10:58:00 +0100
commitcebae0ed80dd6e7a2db80797740e3c880750d5ec (patch)
treef56ff1c3d2a8ec74405b86ca0bcd33df0796e079 /config/data
parentd165f14a4dffaa3c5619bdba5a09f2c90e14b78b (diff)
mk: rename autoconfargs to configureargs
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data')
-rw-r--r--config/data/grub/mkhelper.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/data/grub/mkhelper.cfg b/config/data/grub/mkhelper.cfg
index e445900d..42e79783 100644
--- a/config/data/grub/mkhelper.cfg
+++ b/config/data/grub/mkhelper.cfg
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
bootstrapargs="--gnulib-srcdir=gnulib/ --no-git"
-autoconfargs="--with-platform=coreboot --disable-werror"
+configureargs="--with-platform=coreboot --disable-werror"
makeargs="FS_PAYLOAD_MODULES=\"\""
buildtype="autohell"
mkhelper="mkpayload_grub"