summaryrefslogtreecommitdiff
path: root/config/data
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-07-01 03:32:35 +0100
committerLeah Rowe <leah@libreboot.org>2024-07-01 03:32:35 +0100
commit3ee045f9ad8880fbb64227cfbe7b36e5770370d1 (patch)
tree8e24446d93c3e07622354d726d41fd90af9a36d9 /config/data
parent3ef84af9fda3fdac138836d6a4adfcf2dd98c75e (diff)
GRUB: use mkhelper.cfg for common variables
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data')
-rw-r--r--config/data/grub/mkhelper.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/data/grub/mkhelper.cfg b/config/data/grub/mkhelper.cfg
new file mode 100644
index 00000000..ff93a27c
--- /dev/null
+++ b/config/data/grub/mkhelper.cfg
@@ -0,0 +1,5 @@
+bootstrapargs="--gnulib-srcdir=gnulib/ --no-git"
+autoconfargs="--with-platform=coreboot --disable-werror"
+makeargs="FS_PAYLOAD_MODULES=\"\""
+btype="autohell"
+mkhelper="mkpayload_grub"