File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 bdmstuff : ["EXFAT=0", "EXFAT=1", "EXFAT=1 MX4SIO=1"]
1919 ds34 : ["DS34=0", "DS34=1"]
2020 mmce : ["MMCE=0", "MMCE=1"]
21+ xfrom : ["XFROM=0", "XFROM=1"]
2122 exclude :
2223 - bdmstuff : " EXFAT=1 MX4SIO=1"
2324 mmce : " MMCE=1"
Original file line number Diff line number Diff line change 6464ifeq ($(XFROM ) ,1)
6565 HAS_XFROM = -XFROM
6666 EE_CFLAGS += -DXFROM
67+ EE_OBJS += xfromman_irx.o exflash_irx.o
6768endif
6869
6970ifeq ($(DS34 ) ,1)
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ $(EE_ASM_DIR)mmceman_irx.s: iop/__precompiled/mmceman.irx | $(EE_ASM_DIR)
3030
3131$(EE_ASM_DIR ) extflash_irx.s : iop/__precompiled/extflash.irx | $(EE_ASM_DIR )
3232 $(BIN2S ) $< $@ extflash_irx
33+
3334$(EE_ASM_DIR ) xfromman_irx.s : iop/__precompiled/xfromman.irx | $(EE_ASM_DIR )
3435 $(BIN2S ) $< $@ xfromman_irx
3536
3637# ---{ USB }---#
3738
3839$(EE_ASM_DIR ) usbd_irx.s : $(PS2SDK ) /iop/irx/usbd.irx | $(EE_ASM_DIR )
3940 $(BIN2S ) $< $@ usbd_irx
40-
4141ifeq ($(EXFAT ) ,1)
4242$(EE_ASM_DIR ) bdm_irx.s :iop/__precompiled/bdm.irx | $(EE_ASM_DIR )
4343 $(BIN2S ) $< $@ bdm_irx
You can’t perform that action at this time.
0 commit comments