build: actually build pcsx-redux bios on release

I added support earlier, on rom.sh, but the main build script
specifically defines which projects are to be compiled. I've
modified it so that pcsx-redux (just the BIOS part) will also
be compiled.

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2024-10-08 16:16:30 +01:00 committed by Leah Rowe
parent f1ebdb50aa
commit 6d2efbcbc3
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -103,7 +103,7 @@ build_release()
touch "$srcdir/lock" || $err "can't make lock file in $srcdir/"
(
cd "$srcdir" || $err "$vdir: 2 !cd \"$srcdir\""
mk -b coreboot pico-serprog stm32-vserprog
mk -b coreboot pico-serprog stm32-vserprog pcsx-redux
x_ mv bin ../roms
) || $err "can't build rom images"