From 4c9ee172be1a836ebd31ed32e5f1f0bbb833b52c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 30 Dec 2023 19:25:26 +0000 Subject: 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 --- config/grub/target.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'config/grub') 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=\"\"" -- cgit v1.2.1