summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-10-08 16:16:30 +0100
committerLeah Rowe <leah@libreboot.org>2024-10-08 16:16:30 +0100
commit6b40616a40c31c67d1b471cad2fb283b546b4a8f (patch)
treee061f7b5c4c1d362748fe624dc2dbd28b03b9fb0
parentd845791d6f194e0b36bce2f0aeddcb5addc926f4 (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-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index ce744339..985bbe9e 100755
--- a/build
+++ b/build
@@ -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"