mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
tree.sh: simplify handle_defconfig()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -117,8 +117,7 @@ handle_defconfig()
|
|||||||
[ "$_f" = "-d" ] || defconfig="$y"
|
[ "$_f" = "-d" ] || defconfig="$y"
|
||||||
|
|
||||||
[ -n "$mode" ] || check_defconfig || continue
|
[ -n "$mode" ] || check_defconfig || continue
|
||||||
handle_makefile
|
handle_makefile && [ -z "$mode" ] && $dry copy_elf; :
|
||||||
[ -n "$mode" ] || $dry copy_elf
|
|
||||||
done; :
|
done; :
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user