Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Feb 8, 2024
1 parent 2b6acda commit 327b726
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ ifeq ($(IOP_RESET),0)
@echo "-------------{COMPILATION PERFORMED WITHOUT IOP RESET}-------------"
endif

$(EE_ASM_DIR)ioprp.s:
cp $(PS2SDK)/iop/irx/fileio.irx tools/FILEIO
cp $(PS2SDK)/iop/irx/ioman.irx tools/IOMAN
tools/ROMIMG -c IOPRP.IMG IOMAN FILEIO
$(BIN2S) IOPRP.IMG $@ ioprp_img
rm -f tools/IOMAN tools/FILEIO IOPRP.IMG

$(EE_OBJS_DIR):
mkdir $@

Expand Down

0 comments on commit 327b726

Please sign in to comment.