mk: Create serprog tarballs here instead

i simplified rom.sh to use mkhelper for actual image
building.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-05-07 14:19:15 +01:00
parent 0ef77e6583
commit 1390f7f800

2
mk
View File

@@ -87,6 +87,8 @@ build_release()
cd "$srcdir" || err "$vdir: 2 !cd \"$srcdir\""
x_ ./mk -d coreboot
mk -b coreboot pico-serprog stm32-vserprog pcsx-redux
fe_ mkrom_tarball find bin -maxdepth 1 -type d -name "serprog_*"
x_ mv bin ../roms
) || err "can't build rom images"