From dcaa15ab01952b9eccfc906b2250721d9d22d891 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 13 Sep 2026 22:25:15 +0100 Subject: [PATCH] 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 --- include/common.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/common.sh b/include/common.sh index 7ace6ec7..9861fc16 100644 --- a/include/common.sh +++ b/include/common.sh @@ -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 \