summaryrefslogtreecommitdiff
path: root/config/grub
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-30 19:25:26 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-30 19:25:26 +0000
commit4c9ee172be1a836ebd31ed32e5f1f0bbb833b52c (patch)
tree36125dd94ac6ae616f8241db4709799776980c97 /config/grub
parentc6a0e4952eaf005719514da37658f872c7456e3a (diff)
update/trees: support custom make/autogen argument
this is now used in grub, for the FS_PAYLOAD_MODULES option in the make command lbmk should generalise as much logic as possible. in some parts of it, logic is hurrently hardcoded, specific to a given project that lbmk uses, but lbmk is essentially a source-based package manager, like what you might find on a small linux distro, so we need to try to be as generic as possible. lbmk is the "build system of build systems", so it has to work generically with as many of them as possible Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub')
-rw-r--r--config/grub/target.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/grub/target.cfg b/config/grub/target.cfg
index 8242b1fd..9b34245e 100644
--- a/config/grub/target.cfg
+++ b/config/grub/target.cfg
@@ -1,2 +1,3 @@
bootstrapargs="--gnulib-srcdir=gnulib/ --no-git"
autoconfargs="--with-platform=coreboot"
+makeargs="FS_PAYLOAD_MODULES=\"\""