Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Feb 11, 2024
1 parent 3f96b52 commit bdfc76e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ endif

ifeq ($(COH), 1)
EE_OBJS += ioprp.o
EE_LIBS += -liopreboot
HAS_COH = -COH
EE_CFLAGS = -DSUPPORT_SYSTEM_2X6
endif
Expand Down Expand Up @@ -166,12 +167,8 @@ ifeq ($(IOP_RESET),0)
@echo "-------------{COMPILATION PERFORMED WITHOUT IOP RESET}-------------"
endif

$(EE_ASM_DIR)ioprp.s:
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
$(EE_ASM_DIR)ioprp.s: iop/__precompiled/IOPRP_FILEIO.IMG
$(BIN2S) $< $@ ioprp_img

$(EE_OBJS_DIR):
mkdir $@
Expand Down

0 comments on commit bdfc76e

Please sign in to comment.