summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-28 14:59:52 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-28 15:02:11 +0100
commit3f37c3788b62cfaf6f2f94ac733651c67f438f44 (patch)
tree07a5426667debaf8354a7246e2fb073e16c14245 /script
parented3cce84bc2da88b72e727d9af53a765a1c3e288 (diff)
tidy up some setvars lists
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/trees6
1 files changed, 3 insertions, 3 deletions
diff --git a/script/trees b/script/trees
index fa456631..6865a018 100755
--- a/script/trees
+++ b/script/trees
@@ -10,9 +10,9 @@ set -u -e
. "include/git.sh"
cbmakeargs="UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS"
-eval `setvars "" xarch cdir config config_name xlang mode makeargs \
- elfdir project target target_dir targets tree _f target1 bootstrapargs \
- autoconfargs cmakedir listfile autogenargs xtree btype mkhelper`
+eval `setvars "" xarch cdir config cmakedir xlang mode makeargs elfdir xtree \
+ project target target_dir targets tree _f target1 bootstrapargs mkhelper \
+ autoconfargs config_name listfile autogenargs btype`
main()
{