re-split include/init.sh to lib.sh

move non-init functions to lib.sh

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-04-26 19:05:57 +01:00
parent 8ecb62c662
commit b57952e90d
3 changed files with 133 additions and 127 deletions

1
mk
View File

@@ -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"