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-02 11:20:55 +0100
commit9b11e93686c6b8298a1b4be912da339ac60ba65f (patch)
tree1160066bfdfa316053db7a41a653a659eabbe617 /mk
parent1f7e4b35cb2e95c7bbf1e3d39b10189b26f8d6ed (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`"