diff options
author | Leah Rowe <leah@libreboot.org> | 2024-05-06 22:54:55 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-05-06 22:54:55 +0100 |
commit | 5e4009b539b0c1bbb14eea8f8cd892d3933c3355 (patch) | |
tree | d1928b952eb97a20772a7f531309f20388c93d1c /script/build | |
parent | 58400fc4a5b2a8e9d7eecffe3d9097db43599c5d (diff) |
merge include/err.sh with include/option.sh
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build')
-rwxr-xr-x | script/build/roms | 1 | ||||
-rwxr-xr-x | script/build/serprog | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/script/build/roms b/script/build/roms index 032c0a57..6049848f 100755 --- a/script/build/roms +++ b/script/build/roms @@ -8,7 +8,6 @@ set -u -e -. "include/err.sh" . "include/option.sh" seavgabiosrom="elf/seabios/default/libgfxinit/vgabios.bin" diff --git a/script/build/serprog b/script/build/serprog index ea2c02bf..b830f26d 100755 --- a/script/build/serprog +++ b/script/build/serprog @@ -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)" |