Skip to content

Commit

Permalink
Merge pull request #646 from Wolf3s/cmake_iop
Browse files Browse the repository at this point in the history
Add ports_irx directory.
  • Loading branch information
fjtrujy authored Jul 9, 2024
2 parents 4d500a4 + 029f725 commit 4726a79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ $(PS2SDK)/ports:
$(PS2SDK)/ports_iop:
$(MKDIR) -p $(PS2SDK)/ports_iop

$(PS2SDK)/ports_irx:
$(MKDIR) -p $(PS2SDK)/ports_iop/irx

install: | release

release: | build
Expand All @@ -80,6 +83,7 @@ release: | build
$(MAKE) $(PS2SDK)/common/include
$(MAKE) $(PS2SDK)/ports
$(MAKE) $(PS2SDK)/ports_iop
$(MAKE) $(PS2SDK)/ports_irx
$(MAKE) $(subdir_release)

release_base: | env_release_check
Expand Down

0 comments on commit 4726a79

Please sign in to comment.