Skip to content

Commit

Permalink
allow secondary search path for ps2smap.irx
Browse files Browse the repository at this point in the history
solves dependency on ps2dev/ps2eth allowing me to work on docker normally (as github refuses connection when git cloning from docker?)
  • Loading branch information
israpps authored Jan 31, 2024
1 parent 945d787 commit 860bfa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion embed.make
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ $(EE_ASM_DIR)ps2ip_irx.s: $(PS2SDK)/iop/irx/ps2ip.irx | $(EE_ASM_DIR)
$(EE_ASM_DIR)udptty.s: $(PS2SDK)/iop/irx/udptty.irx | $(EE_ASM_DIR)
$(BIN2S) $< $@ udptty_irx

$(EE_ASM_DIR)ps2smap_irx.s: $(PS2DEV)/ps2eth/smap/ps2smap.irx | $(EE_ASM_DIR)
vpath ps2smap.irx $(PS2DEV)/ps2eth/smap/
vpath ps2smap.irx iop/__precompiled/
$(EE_ASM_DIR)ps2smap_irx.s: ps2smap.irx | $(EE_ASM_DIR)
$(BIN2S) $< $@ ps2smap_irx

$(EE_ASM_DIR)ps2ftpd_irx.s: iop/ps2ftpd.irx | $(EE_ASM_DIR)
Expand Down

0 comments on commit 860bfa6

Please sign in to comment.