summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-26 18:39:46 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-26 19:04:03 +0100
commit8ecb62c6628b459e299cba0cda65430018a07b36 (patch)
treea4796e73c2c350597b1a89f76f9b2ff453e3bbce /mk
parentce4381169fa8b49e1dcc729c15b2a0a46d9a0906 (diff)
rename include/lib.sh to init.sh
this is in prep for the next change, where non-init functions will be moved to another file, again named include/lib.sh Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index c6dbb9ae..c83c75fd 100755
--- a/mk
+++ b/mk
@@ -12,7 +12,7 @@ if [ "./${0##*/}" != "${0}" ] || [ ! -f "mk" ] || [ -L "mk" ]; then
exit 1
fi
-. "include/lib.sh"
+. "include/init.sh"
. "include/vendor.sh"
. "include/mrc.sh"