diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-27 15:55:56 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-27 15:55:56 +0100 |
commit | 7a15ba18cb43d723234751b0d6ff6b82fc615f97 (patch) | |
tree | 70baac69df608aa0f800d4ac06434813b828a008 /config/grub/xhci/target.cfg | |
parent | eb9c1872b6e66bed49c267125daeb1c060f4f392 (diff) |
trees: avoid kconfig make commands generically
don't hardcode the check based on whether the current
project is grub. instead, define "btype" in target.cfg
if unset, we assume kconfig and permit kconfig commands
e.g. make menuconfig, make silentoldconfig, etc
this is to avoid the deadliest of sins:
project-specific hacks
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/xhci/target.cfg')
-rw-r--r-- | config/grub/xhci/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/grub/xhci/target.cfg b/config/grub/xhci/target.cfg index 34ab2d24..2c6d6080 100644 --- a/config/grub/xhci/target.cfg +++ b/config/grub/xhci/target.cfg @@ -3,3 +3,4 @@ rev="8719cc2040368d43ab2de0b6e1b850b2c9cfc5b7" bootstrapargs="--gnulib-srcdir=gnulib/ --no-git" autoconfargs="--with-platform=coreboot --disable-werror" makeargs="FS_PAYLOAD_MODULES=\"\"" +btype="autohell" |