mk: add forx function for shorthand loops

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-17 01:35:30 +01:00
parent 7c025e1036
commit 856551a36d
5 changed files with 30 additions and 29 deletions
+1 -4
View File
@@ -131,10 +131,7 @@ mkcorebootbin()
return 0
$if_not_dry_build \
check_coreboot_util cbfstool
$if_not_dry_build \
check_coreboot_util ifdtool
forx 'check_coreboot_util %s' cbfstool ifdtool
for y in "$target_dir/config"/*; do
defconfig="$y"