summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-26 19:05:57 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-26 19:10:01 +0100
commitb57952e90d2ec3515a1287bfa1129dbcbcef08c0 (patch)
tree3cb81ffee1503a270e53ac3fe87c32666a096d8c /mk
parent8ecb62c6628b459e299cba0cda65430018a07b36 (diff)
re-split include/init.sh to lib.sh
move non-init functions to lib.sh 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 c83c75fd..44704b4b 100755
--- a/mk
+++ b/mk
@@ -13,6 +13,7 @@ if [ "./${0##*/}" != "${0}" ] || [ ! -f "mk" ] || [ -L "mk" ]; then
fi
. "include/init.sh"
+. "include/lib.sh"
. "include/vendor.sh"
. "include/mrc.sh"