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>
This commit is contained in:
Leah Rowe
2024-07-05 18:15:56 +01:00
parent 2ab1d99490
commit 065453b72e
2 changed files with 6 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
makeargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"