summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-17 10:45:16 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-17 10:45:16 +0100
commit058a70a16e4a1172c0eadacb564ee864c5b61ae7 (patch)
treed98a266e436df1f60fbff0825b48fb984fd4bdc7 /include
parente1c2525783d5ed65d1ab909102a64cb1ecf27ad6 (diff)
pcsx-redux: check dry build in mkhelper
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r--include/fw/rom.sh3
-rw-r--r--include/lib.sh2
2 files changed, 1 insertions, 4 deletions
diff --git a/include/fw/rom.sh b/include/fw/rom.sh
index b6c98fbf..0b3a92dd 100644
--- a/include/fw/rom.sh
+++ b/include/fw/rom.sh
@@ -25,9 +25,6 @@ buildser()
copyps1bios()
{
- $if_dry_build \
- return 0
-
remkdir "bin/playstation"
x_ cp src/pcsx-redux/src/mips/openbios/openbios.bin bin/playstation
diff --git a/include/lib.sh b/include/lib.sh
index 74b75283..c8b07b60 100644
--- a/include/lib.sh
+++ b/include/lib.sh
@@ -8,7 +8,7 @@
cbfstool="elf/coreboot/default/cbfstool"
rmodtool="elf/coreboot/default/rmodtool"
-build_sbase="[ ! -f \"\$sha512sum\" ] && x_ make -C util/sbase" # macro!
+build_sbase="[ ! -f \"\$sha512sum\" ] && x_ make -C util/sbase"
newvar()
{