Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
Although I don't understand why "EE_CFLAGS += -D__DECI2_DEBUG" was not
needed before?
  • Loading branch information
rickgaiser committed Jan 21, 2024
1 parent f43dd2e commit 01c52a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ ifeq ($(DEBUG),1)
ifeq ($(DECI2_DEBUG),1)
EE_OBJS += debug.o drvtif_irx.o tifinet_irx.o deci2_img.o
EE_LDFLAGS += -liopreboot
EE_CFLAGS += -D__DECI2_DEBUG
else
EE_OBJS += debug.o udptty.o ioptrap.o ps2link.o
endif
Expand Down Expand Up @@ -623,7 +624,7 @@ modules/debug/udptty-ingame/udptty.irx: modules/debug/udptty-ingame
$(MAKE) -C $<

$(EE_ASM_DIR)udptty-ingame.c: modules/debug/udptty-ingame/udptty.irx | $(EE_ASM_DIR)
$(BIN2C) $< $@ $(*F)_irx
$(BIN2C) $< $@ udptty_ingame_irx

$(EE_ASM_DIR)ioptrap.c: $(PS2SDK)/iop/irx/ioptrap.irx | $(EE_ASM_DIR)
$(BIN2C) $< $@ $(*F)_irx
Expand Down Expand Up @@ -713,10 +714,10 @@ $(EE_ASM_DIR)tifinet_ingame_irx.c: modules/debug/tifinet-ingame.irx | $(EE_ASM_D
$(BIN2C) $< $@ $(*F)_irx

$(EE_ASM_DIR)drvtif_irx.c: modules/debug/drvtif.irx | $(EE_ASM_DIR)
$(BIN2C) $< $@ $(*F)_irx
$(BIN2C) $< $@ $(*F)

$(EE_ASM_DIR)tifinet_irx.c: modules/debug/tifinet.irx | $(EE_ASM_DIR)
$(BIN2C) $< $@ $(*F)_irx
$(BIN2C) $< $@ $(*F)

$(EE_ASM_DIR)deci2_img.c: modules/debug/deci2.img | $(EE_ASM_DIR)
$(BIN2C) $< $@ $(*F)
Expand Down

0 comments on commit 01c52a9

Please sign in to comment.