mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
merge include/err.sh with include/option.sh
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
set -u -e
|
||||
|
||||
. "include/err.sh"
|
||||
. "include/option.sh"
|
||||
|
||||
seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
set -u -e
|
||||
|
||||
. "include/err.sh"
|
||||
. "include/option.sh"
|
||||
|
||||
eval "$(setvars "" pico_sdk_dir pico_src_dir stm32_src_dir boards_dir)"
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
set -u -e
|
||||
|
||||
. "include/err.sh"
|
||||
. "include/option.sh"
|
||||
|
||||
eval "$(setvars "" vdir relname src_dirname srcdir _xm target romdir mode)"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
set -u -e
|
||||
|
||||
. "include/err.sh"
|
||||
. "include/option.sh"
|
||||
. "include/git.sh"
|
||||
|
||||
|
||||
Vendored
-1
@@ -4,7 +4,6 @@
|
||||
# SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2023-2024 Leah Rowe <leah@libreboot.org>
|
||||
|
||||
. "include/err.sh"
|
||||
. "include/option.sh"
|
||||
. "include/mrc.sh"
|
||||
|
||||
|
||||
Vendored
-1
@@ -4,7 +4,6 @@
|
||||
# SPDX-FileCopyrightText: 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
|
||||
# SPDX-FileCopyrightText: 2023-2024 Leah Rowe <leah@libreboot.org>
|
||||
|
||||
. "include/err.sh"
|
||||
. "include/option.sh"
|
||||
|
||||
nvmutil="util/nvmutil/nvm"
|
||||
|
||||
Reference in New Issue
Block a user