diff options
author | Leah Rowe <leah@libreboot.org> | 2025-04-26 19:05:57 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-04-26 19:10:01 +0100 |
commit | b57952e90d2ec3515a1287bfa1129dbcbcef08c0 (patch) | |
tree | 3cb81ffee1503a270e53ac3fe87c32666a096d8c /mk | |
parent | 8ecb62c6628b459e299cba0cda65430018a07b36 (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-x | mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |