summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-02 11:20:55 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-05 12:18:22 +0100
commit5c063cc8a7c847ffe7b7b173d2c490261e50b836 (patch)
treeda5bb23b1b320b5eaf375358d952c30e8e0411e7 /mk
parent248bb2681c480fdd8ce38d0c5f5423e5e5b0d83f (diff)
mk: include rom.sh directly
remove it from mkhelper files, because rom.sh doesn't initialise any variables globally, except one that never changes. 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 ec42d097..6a46f93c 100755
--- a/mk
+++ b/mk
@@ -17,6 +17,7 @@ fi
. "include/init.sh"
. "include/inject.sh"
. "include/mrc.sh"
+. "include/rom.sh"
eval "`setvars "" vdir src_dirname srcdir mode`"