mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
dcaa15ab01
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>
22 lines
338 B
Bash
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 \
|
|
"
|