mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 08:40:14 +02:00
delete include/vendor.sh and merge elsewhere
move it all to other files where items are used, and not used anywhere else. this reduces the size of vendor.sh. also remove a few redundant variables, or variables that are not meaningfully used. a few items have been moved to include/option.sh Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -7,8 +7,7 @@ set -u -e
|
||||
|
||||
. "include/err.sh"
|
||||
|
||||
eval "$(setvars "" platform pico_sdk_dir pico_src_dir stm32_src_dir \
|
||||
boards_dir)"
|
||||
eval "$(setvars "" platform pico_sdk_dir pico_src_dir stm32_src_dir boards_dir)"
|
||||
|
||||
pico_src_dir=src/pico-serprog
|
||||
pico_sdk_dir=src/pico-sdk
|
||||
|
||||
Reference in New Issue
Block a user