Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader/simon.git] / modules / dev9 / Makefile
blob083a42343a7dfe18a8c807b3e865eae8ca238572
1 # _____ ___ ____ ___ ____
2 # ____| | ____| | | |____|
3 # | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
4 #-----------------------------------------------------------------------
5 # Copyright 2001-2004, ps2dev - http://www.ps2dev.org
6 # Licenced under Academic Free License version 2.0
7 # Review ps2sdk README & LICENSE files for further details.
9 # $Id: $
11 IOP_BIN = ps2dev9.irx
13 IOP_INCS +=
14 IOP_CFLAGS += -Wall -fno-builtin-printf -DCHECK_LOADED -DDEV9X_DEV -DPOWEROFF -DPCMCIA #-DDEBUG
15 IOP_LDFLAGS += -s
17 IOP_OBJS = ps2dev9.o exports.o imports.o
18 IOP_LIBS =
20 all: $(IOP_BIN)
22 clean:
23 rm -f $(IOP_BIN) $(IOP_OBJS)
25 rebuild: clean all
27 run:
28 ps2client -t 1 execiop host:$(IOP_BIN)
31 include $(PS2SDK)/Defs.make
32 include Rules.make