Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / iopcore / imgdrv / Makefile
blob47bc3230225fee4b938fe7f7bebec694bff48d55
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: Makefile 577 2004-09-14 14:41:46Z pixel $
11 IOP_BIN = imgdrv.irx
12 IOP_OBJS = imgdrv.o imports.o
14 IOP_INCS += -I$(PS2SDK)/iop/include
15 IOP_CFLAGS += -Wall -fno-builtin
16 IOP_LDFLAGS += -s
18 all: $(IOP_BIN)
20 clean:
21 -rm -f *.o *.irx
23 include $(PS2SDK)/Defs.make
24 include Rules.make