tree.sh: condense build_targets()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-27 12:56:27 +01:00
parent 68356a8ca0
commit f4a1d2217f
+1 -3
View File
@@ -86,9 +86,7 @@ build_targets()
unset CROSS_COMPILE
export PATH="$xbmkpath"
[ "$x" = "list" ] && x_ ls -1 "config/$project" && \
listfile="" && break
target="$x"
listfile="" && break; target="$x"
printf "'make %s', '%s', '%s'\n" "$mode" "$project" "$target"
x_ handle_defconfig && [ -z "$mode" ] && x_ $postmake; :
done; :