mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 22:12:40 +02:00
merge script/build/serprog with script/build/roms
previous command: ./build serprog now it is: ./build roms serprog after that, it's the same arguments e.g. ./build roms serprog stm32 ./build roms serprog rp2040 further cleanup to commence Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -106,8 +106,8 @@ fetch_trees()
|
||||
mkrom_images()
|
||||
{
|
||||
./build roms all || $err "${_xm}: roms-all"
|
||||
./build serprog rp2040 || $err "${_xm}: rp2040"
|
||||
./build serprog stm32 || $err "${_xm}: stm32"
|
||||
./build roms serprog rp2040 || $err "${_xm}: rp2040"
|
||||
./build roms serprog stm32 || $err "${_xm}: stm32"
|
||||
|
||||
for rombuild in bin/*; do
|
||||
[ -d "${rombuild}" ] || continue
|
||||
|
||||
Reference in New Issue
Block a user