mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
common.h: re-order includes
the new order more reliably indicates which order everything is executed in, by virtue of the functions provided in each file. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+5
-1
@@ -2,12 +2,16 @@
|
||||
|
||||
. "include/lib.sh"
|
||||
. "include/env/init.sh"
|
||||
. "include/env/get.sh"
|
||||
|
||||
. "include/fw/vendor.sh"
|
||||
. "include/fw/mrc.sh"
|
||||
. "include/fw/inject.sh"
|
||||
. "include/fw/rom.sh"
|
||||
|
||||
. "include/mk/release.sh"
|
||||
. "include/env/get.sh"
|
||||
|
||||
# tree.sh is included from the main mk script
|
||||
|
||||
xbcommands=" \
|
||||
version \
|
||||
|
||||
Reference in New Issue
Block a user