Skip to content

Commit

Permalink
Merge pull request #615 from ps2dev/revert-609-spu2_stuff
Browse files Browse the repository at this point in the history
Revert "SPU2 related additions"
  • Loading branch information
fjtrujy authored May 17, 2024
2 parents 29682c4 + 4e2b621 commit 0b1040c
Show file tree
Hide file tree
Showing 328 changed files with 2 additions and 19,140 deletions.
2 changes: 1 addition & 1 deletion Rules.make
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $(subdir_release): dummy
# Directory-level parallelism has been disabled due to issues with
# multiple Make instances running inside a directory at once
# and causing output file corruption
.NOTPARALLEL:: $(subdir_list) $(subdir_clean) $(subdir_release)
.NOTPARALLEL: $(subdir_list) $(subdir_clean) $(subdir_release)
endif

all: $(subdir_list)
Expand Down
5 changes: 0 additions & 5 deletions ee/Rules.bin.make
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,4 @@ $(PS2SDKSRC)/ee/rpc/cdvd/lib/libcdvd.a:

$(PS2SDKSRC)/ee/libcglue/lib/libcglue.a:
$(MAKEREC) $(PS2SDKSRC)/ee/libcglue

.NOTPARALLEL:: \
$(PS2SDKSRC)/ee/kernel/lib/libkernel.a \
$(PS2SDKSRC)/ee/rpc/cdvd/lib/libcdvd.a \
$(PS2SDKSRC)/ee/libcglue/lib/libcglue.a
endif
4 changes: 0 additions & 4 deletions ee/elf-loader/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,3 @@ $(EE_OBJS_DIR)loader.o: $(EE_OBJS_DIR)loader.c

clean::
$(MAKEREC) src/loader clean

.NOTPARALLEL:: \
$(PS2SDKSRC)/tools/bin2c/bin/bin2c \
src/loader/bin/loader.elf
4 changes: 0 additions & 4 deletions ee/iopreboot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ $(EE_OBJS_DIR)imgdrv_irx.c: $(EE_SRC_DIR)imgdrv/irx/imgdrv.irx $(PS2SDKSRC)/tool

clean::
$(MAKEREC) $(EE_SRC_DIR)imgdrv clean

.NOTPARALLEL:: \
$(PS2SDKSRC)/tools/bin2c/bin/bin2c \
$(EE_SRC_DIR)imgdrv/irx/imgdrv.irx
7 changes: 0 additions & 7 deletions ee/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,3 @@ clean::
$(MAKEREC) $(EE_SRC_DIR)tlbsrc clean
$(MAKEREC) $(EE_SRC_DIR)srcfile clean
$(MAKEREC) $(EE_SRC_DIR)eenull clean

.NOTPARALLEL:: \
$(PS2SDKSRC)/tools/bin2c/bin/bin2c \
$(EE_SRC_DIR)osdsrc/bin/osdsrc.bin \
$(EE_SRC_DIR)tlbsrc/bin/tlbsrc.bin \
$(EE_SRC_DIR)srcfile/bin/srcfile.bin \
$(EE_SRC_DIR)eenull/bin/eenull.bin
3 changes: 0 additions & 3 deletions ee/network/tcpip/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,3 @@ endif
$(EE_OBJS_DIR)udp.o: $(LWIP)/src/core/udp.c
$(EE_CC) $(EE_CFLAGS) $(EE_INCS) -c $< -o $@

.NOTPARALLEL:: \
$(LWIP)

3 changes: 0 additions & 3 deletions iop/fs/bdm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ include $(PS2SDKSRC)/iop/Rules.release

$(PS2SDKSRC)/iop/fs/libbdm/lib/libbdm.a:
$(MAKEREC) $(PS2SDKSRC)/iop/fs/libbdm

.NOTPARALLEL:: \
$(PS2SDKSRC)/iop/fs/libbdm/lib/libbdm.a
10 changes: 1 addition & 9 deletions iop/sound/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.

SUBDIRS = \
ahx \
audsrv \
clearspu \
libsd \
libsnd2 \
libspu2 \
ps2snd \
rspu2drv
SUBDIRS = libsd ahx audsrv ps2snd

include $(PS2SDKSRC)/Defs.make
include $(PS2SDKSRC)/Rules.make
16 changes: 0 additions & 16 deletions iop/sound/clearspu/Makefile

This file was deleted.

15 changes: 0 additions & 15 deletions iop/sound/clearspu/README.md

This file was deleted.

269 changes: 0 additions & 269 deletions iop/sound/clearspu/src/clearspu.c

This file was deleted.

Loading

0 comments on commit 0b1040c

Please sign in to comment.