summaryrefslogtreecommitdiff
path: root/config/data
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-07-05 18:15:56 +0100
committerLeah Rowe <leah@libreboot.org>2024-07-05 18:17:23 +0100
commit065453b72e6bcf6814b3244a66985d69658a8e38 (patch)
tree991929f6cbe746e17eeba84de27ee277ddb48a25 /config/data
parent2ab1d994906d7ff54ec8723030ef57a56a2047a4 (diff)
trees: just do makeargs on coreboot, not cbmakearg
stick the makeargs in mkhelper i previously did cbmakeargs because the old revisions had to define makeargs per-target otherwise. mkhelper was done specifically to solve that problem. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data')
-rw-r--r--config/data/coreboot/mkhelper.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/data/coreboot/mkhelper.cfg b/config/data/coreboot/mkhelper.cfg
new file mode 100644
index 00000000..3418d98d
--- /dev/null
+++ b/config/data/coreboot/mkhelper.cfg
@@ -0,0 +1 @@
+makeargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"