Files
lbmk/include/common.sh
T
Leah Rowe dcaa15ab01 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>
2026-09-13 22:25:15 +01:00

22 lines
338 B
Bash

# SPDX-License-Identifier: GPL-3.0-or-later
. "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"
# tree.sh is included from the main mk script
xbcommands=" \
version \
release \
download \
inject \
"