diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-17 01:35:30 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-17 01:53:56 +0100 |
| commit | 856551a36d61b05fc78dc1ae742e6a0ec0a1303d (patch) | |
| tree | d05c49f9090aebfb7263cca5e90b0364d688c5bf /include/fw/rom.sh | |
| parent | 7c025e10362bcb7033f12631afc338e852cef99a (diff) | |
mk: add forx function for shorthand loops
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/fw/rom.sh')
| -rw-r--r-- | include/fw/rom.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/fw/rom.sh b/include/fw/rom.sh index 4d2b852a..5f45c77e 100644 --- a/include/fw/rom.sh +++ b/include/fw/rom.sh @@ -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" |
