diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-20 17:05:17 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-20 17:05:17 +0100 |
| commit | 40d4acbf5b2643e2b78be04a7b06eb2dbbd38b1d (patch) | |
| tree | 861956a639016817ab506dc21265ff7ce832da9a /config | |
| parent | 324e46a87c299623f5c1ab34131637dfa56c7500 (diff) | |
don't build when tree=target on noconfig=n
only do if config=y. this reintroduces a hack that
i accidentally removed in the recent redesign.
grub has been changed to noconfig=y, and the files
for memdisk are now source from config/data/grub
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
| -rw-r--r-- | config/data/grub/cfg/default.config (renamed from config/module/grub/default/config/payload) | 0 | ||||
| -rw-r--r-- | config/data/grub/cfg/nvme.config (renamed from config/module/grub/nvme/config/payload) | 0 | ||||
| -rw-r--r-- | config/data/grub/cfg/xhci_nvme.config (renamed from config/module/grub/xhci_nvme/config/payload) | 0 | ||||
| -rw-r--r-- | config/data/grub/mkhelper.cfg | 2 |
4 files changed, 2 insertions, 0 deletions
diff --git a/config/module/grub/default/config/payload b/config/data/grub/cfg/default.config index 3d84413e..3d84413e 100644 --- a/config/module/grub/default/config/payload +++ b/config/data/grub/cfg/default.config diff --git a/config/module/grub/nvme/config/payload b/config/data/grub/cfg/nvme.config index 4f3de36e..4f3de36e 100644 --- a/config/module/grub/nvme/config/payload +++ b/config/data/grub/cfg/nvme.config diff --git a/config/module/grub/xhci_nvme/config/payload b/config/data/grub/cfg/xhci_nvme.config index 9db22fe2..9db22fe2 100644 --- a/config/module/grub/xhci_nvme/config/payload +++ b/config/data/grub/cfg/xhci_nvme.config diff --git a/config/data/grub/mkhelper.cfg b/config/data/grub/mkhelper.cfg index 4bf0536a..9e8dee58 100644 --- a/config/data/grub/mkhelper.cfg +++ b/config/data/grub/mkhelper.cfg @@ -8,3 +8,5 @@ bootstrapargs="--gnulib-srcdir=gnulib/ --no-git" configureargs="--with-platform=coreboot --disable-werror" makeargs="FS_PAYLOAD_MODULES=\"\"" mkhelper="$if_not_dry_build mkpayload_grub" + +noconfig="y" |
