mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git] / modules / debug / udptty / Makefile
blob33c625ccfda86a2a0694c8c182a8b44c51382e27
1 IOP_BIN = udptty.irx
3 IOP_INCS +=
4 IOP_CFLAGS += -Wall -fno-builtin-printf -DKPRTTY
5 IOP_LDFLAGS += -s
7 IOP_OBJS = udptty.o imports.o exports.o
8 IOP_LIBS =
10 all: $(IOP_BIN)
12 clean:
13 rm -f $(IOP_BIN) $(IOP_OBJS)
15 rebuild: clean all
17 run:
18 ps2client -t 1 execiop host:$(IOP_BIN)
21 include $(PS2SDK)/Defs.make
22 include Rules.make