diff options
author | Leah Rowe <leah@libreboot.org> | 2024-10-08 16:16:30 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-10-08 16:16:30 +0100 |
commit | 6b40616a40c31c67d1b471cad2fb283b546b4a8f (patch) | |
tree | e061f7b5c4c1d362748fe624dc2dbd28b03b9fb0 | |
parent | d845791d6f194e0b36bce2f0aeddcb5addc926f4 (diff) |
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>
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,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" |