trees: initialise mode to "all", not ""

Signed-off-by: Leah Rowe <leah@libreboot.org>
25.04_branch
Leah Rowe 2025-04-11 13:39:55 +01:00
parent 1211636df2
commit 0ee7f48c8c
1 changed files with 1 additions and 0 deletions

View File

@ -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()
{