Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / hdd / ps2hdd / Makefile
blob998fca4783245fb80db36456b964790a269ec74b
1 IOP_BIN = ps2hdd.irx
3 IOP_INCS +=
4 IOP_CFLAGS += -Wall -fno-builtin-printf
5 IOP_LDFLAGS += -s
7 IOP_OBJS = misc.o cache.o apa.o journal.o hdd_fio.o hdd.o imports.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