summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-09-07 17:04:58 +0100
committerLeah Rowe <leah@libreboot.org>2025-09-07 17:04:58 +0100
commit23fb10c3f5ea4ac434aaa6e9dbab290a7bb6b3f1 (patch)
tree611c4297e384f7cb1f6946a81bd06947342d2744 /mk
parent69934d18cc5fa93cdf5dd24ac36e9cb4b3cd364a (diff)
mk: include mrc.sh before inject.sh
and vendor.sh before mrc.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 cdcb03c8..4f95cf31 100755
--- a/mk
+++ b/mk
@@ -16,8 +16,8 @@ fi
. "include/lib.sh"
. "include/init.sh"
. "include/vendor.sh"
-. "include/inject.sh"
. "include/mrc.sh"
+. "include/inject.sh"
. "include/rom.sh"
. "include/release.sh"
. "include/get.sh"