summaryrefslogtreecommitdiff
path: root/script/trees
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-11 13:39:55 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-11 13:39:55 +0100
commitc7636ff1dfc4f4006ded8664d598b2d9f0458ef7 (patch)
tree919a050f379cec8a2563e0b28a3102c04860e532 /script/trees
parentd0bd12631a6bb4d3035fa85e4446d128de803b0f (diff)
trees: initialise mode to "all", not ""
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/trees')
-rwxr-xr-xscript/trees1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/trees b/script/trees
index 1907dea9..d1aa6feb 100755
--- a/script/trees
+++ b/script/trees
@@ -20,6 +20,7 @@ eval "`setvars "" xarch srcdir premake gnatdir xlang mode makeargs elfdir cmd \
# ./mk -f will set this to "n", thus
# disabling the use of make commands
do_make="y"
+mode="all" # make all
main()
{