2009-02-09 21:15:56 +00:00
|
|
|
# _____ ___ ____
|
|
|
|
# ____| | ____| PSX2 OpenSource Project
|
|
|
|
# | ___| |____ (C)2002, David Ryan ( Oobles@hotmail.com )
|
|
|
|
# ------------------------------------------------------------------------
|
|
|
|
|
2017-02-05 16:39:31 +00:00
|
|
|
IOP_BIN = ../../../build/TIMRMAN
|
2009-02-09 21:15:56 +00:00
|
|
|
|
2017-02-05 16:39:31 +00:00
|
|
|
IOP_INCS += -I../include
|
2009-02-09 21:15:56 +00:00
|
|
|
|
2017-02-05 16:39:31 +00:00
|
|
|
IOP_OBJS = timrman.o ../iopdebug.o ../libkernel/iop_loadcore.o ../libkernel/iop_intrman.o
|
2009-02-09 21:15:56 +00:00
|
|
|
|
2017-02-05 16:39:31 +00:00
|
|
|
all: $(IOP_BIN)
|
2009-02-09 21:15:56 +00:00
|
|
|
|
|
|
|
clean:
|
2017-02-05 16:39:31 +00:00
|
|
|
rm -f -r $(IOP_OBJS) $(IOP_BIN)
|
2009-02-09 21:15:56 +00:00
|
|
|
|
2017-02-05 16:39:31 +00:00
|
|
|
include $(PS2SDK)/Defs.make
|
|
|
|
include $(PS2SDK)/samples/Makefile.pref
|
|
|
|
include $(PS2SDK)/samples/Makefile.iopglobal
|