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 8d88b8c commit ce17903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ ifeq ($(IOP_RESET),0)
endif

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

0 comments on commit ce17903

Please sign in to comment.