summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-10 12:32:05 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-10 13:03:16 +0100
commit0f931b508a8eb34e70b2ed3628ac4fe74f22b8e8 (patch)
tree1ca7b97f6eb4ec2e943e3c2dbcb4bef1c4e3f691 /mk
parent3554b5aad9c0076c3180715b9830eb6069b03b7c (diff)
inject.sh: split to vendor.sh the download parts
to the extent feasible, keep lbmk-specific parts on inject.sh to a minimum. this will later be used to re-sync cbmk's inject.sh with lbmk's, because cbmk's one doesn't handle vendor files. the way this is designed now, with this patch, will make cherry-picking lbmk to cbmk easier in the future, when keeping this part of cbmk in sync with lbmk. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-xmk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk b/mk
index af29f1e2..b56b7444 100755
--- a/mk
+++ b/mk
@@ -12,6 +12,7 @@ fi
. "include/lib.sh"
. "include/init.sh"
+. "include/vendor.sh"
. "include/inject.sh"
. "include/mrc.sh"
. "include/rom.sh"