summaryrefslogtreecommitdiff
path: root/include/fw/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-17 01:35:30 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-17 01:53:56 +0100
commit856551a36d61b05fc78dc1ae742e6a0ec0a1303d (patch)
treed05c49f9090aebfb7263cca5e90b0364d688c5bf /include/fw/vendor.sh
parent7c025e10362bcb7033f12631afc338e852cef99a (diff)
mk: add forx function for shorthand loops
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/fw/vendor.sh')
-rw-r--r--include/fw/vendor.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/fw/vendor.sh b/include/fw/vendor.sh
index f2556d68..41c51e09 100644
--- a/include/fw/vendor.sh
+++ b/include/fw/vendor.sh
@@ -443,10 +443,7 @@ bootstrap()
x_ "$mk" -f coreboot "${cbdir##*/}"
x_ "$mk" -f me_cleaner
- x_ "$mk" -b bios_extract
- x_ "$mk" -b biosutilities
- x_ "$mk" -b uefitool
- x_ "$mk" -b libarchive # for bsdtar and bsdunzip
+ forx 'x_ \"$mk\" -b %s' bios_extract biosutilities uefitool libarchive
[ -d "${kbc1126_ec_dump%/*}" ] && \
x_ make -C "$cbdir/util/kbc1126"