merge include/fetch.sh, blobutil.sh, defconfig.sh

They are only ever used by script/update/blobs/*, so
put them all in blobutil.sh. This cuts down on the
number of scripts in lbmk.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2023-09-29 17:23:47 +01:00
parent 710171f92b
commit 32da4e319b
5 changed files with 60 additions and 70 deletions
-2
View File
@@ -5,9 +5,7 @@
# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
. "include/err.sh"
. "include/defconfig.sh"
. "include/blobutil.sh"
. "include/fetch.sh"
. "include/mrc.sh"
export PATH="${PATH}:/sbin"
-1
View File
@@ -5,7 +5,6 @@
# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>
. "include/err.sh"
. "include/defconfig.sh"
. "include/blobutil.sh"
. "include/option.sh"