diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-04 08:36:18 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-04 08:36:18 +0100 |
commit | 51e424c7d189815ad3931ea07fc1f2b2b48e10c6 (patch) | |
tree | ce9a7b9be41621397ef830937f692af1dc598abd /config/data/grub | |
parent | d95af9ba4429963a2301a93c0759e107753a4e08 (diff) |
tree.sh: rename btype to buildtype, for clarity
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data/grub')
-rw-r--r-- | config/data/grub/mkhelper.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/data/grub/mkhelper.cfg b/config/data/grub/mkhelper.cfg index 8c250f6b..e445900d 100644 --- a/config/data/grub/mkhelper.cfg +++ b/config/data/grub/mkhelper.cfg @@ -3,5 +3,5 @@ bootstrapargs="--gnulib-srcdir=gnulib/ --no-git" autoconfargs="--with-platform=coreboot --disable-werror" makeargs="FS_PAYLOAD_MODULES=\"\"" -btype="autohell" +buildtype="autohell" mkhelper="mkpayload_grub" |