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>
This commit is contained in:
Leah Rowe
2025-05-02 11:20:55 +01:00
parent 1f7e4b35cb
commit 9b11e93686
6 changed files with 1 additions and 10 deletions
+1
View File
@@ -17,6 +17,7 @@ fi
. "include/init.sh"
. "include/inject.sh"
. "include/mrc.sh"
. "include/rom.sh"
eval "`setvars "" vdir src_dirname srcdir mode`"