File tree 32 files changed +56
-120
lines changed
32 files changed +56
-120
lines changed Original file line number Diff line number Diff line change
1
+ BIN2C = $(PS2SDK ) /bin/bin2c
2
+ BIN2S = $(PS2SDK ) /bin/bin2s
3
+ BIN2O = $(PS2SDK ) /bin/bin2o
4
+ IOP_SRC_DIR = ./
5
+
1
6
all : $(IOP_BIN )
2
7
3
8
clean :
4
- rm -f $(IOP_BIN ) $(IOP_OBJS )
9
+ rm -r - f $(IOP_BIN ) $(IOP_OBJS ) $( IOP_OBJS_DIR ) $( IOP_BIN_DIR ) $( IOP_LIB_DIR )
5
10
6
11
rebuild : clean all
7
12
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ IOP_INCS += -I../../include/
5
5
6
6
include $(PS2SDK ) /Defs.make
7
7
include ../Rules.bin.make
8
- include ../Rules.make
8
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = ioptrap.o handler.o breakpoint.o imports.o exports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../Rules.bin.make
6
- include ../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change 17
17
18
18
include $(PS2SDK ) /Defs.make
19
19
include ../../Rules.bin.make
20
- include ../../Rules.make
20
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -33,6 +33,16 @@ ioman_IMPORTS_end
33
33
34
34
ps2ip_IMPORTS_start
35
35
I_lwip_send
36
+ #ifdef DEBUG
37
+ I_lwip_sendto
38
+ I_lwip_socket
39
+ I_lwip_listen
40
+ I_lwip_recv
41
+ I_lwip_recvfrom
42
+ I_lwip_close
43
+ I_lwip_bind
44
+ I_lwip_accept
45
+ #endif
36
46
ps2ip_IMPORTS_end
37
47
38
48
sifcmd_IMPORTS_start
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ IOP_CFLAGS += -DKPRTTY
6
6
7
7
include $(PS2SDK ) /Defs.make
8
8
include ../../Rules.bin.make
9
- include ../../Rules.make
9
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = ds34bt.o smsutils.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../Rules.bin.make
6
- include ../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = ds34usb.o smsutils.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../Rules.bin.make
6
- include ../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ IOP_INCS += -I../common
5
5
6
6
include $(PS2SDK ) /Defs.make
7
7
include ../../Rules.bin.make
8
- include ../../Rules.make
8
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change 9
9
10
10
include $(PS2SDK ) /Defs.make
11
11
include ../../Rules.bin.make
12
- include ../../Rules.make
12
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ IOP_OBJS += dev9.o
49
49
IOP_CFLAGS += -D__USE_DEV9
50
50
endif
51
51
52
- IOP_OBJS := $(IOP_OBJS:%=$(IOP_OBJS_DIR ) % )
53
-
54
52
include $(PS2SDK ) /Defs.make
55
53
include ../../Rules.bin.make
56
- include ../../Rules.make
54
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = eesync.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../Rules.bin.make
6
- include ../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = imgdrv.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../Rules.bin.make
6
- include ../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = main.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../../Rules.bin.make
6
- include ../../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = main.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../../Rules.bin.make
6
- include ../../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = main.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../../Rules.bin.make
6
- include ../../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = main.o asm.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../../Rules.bin.make
6
- include ../../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = resetspu.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../../Rules.bin.make
6
- include ../../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change 1
1
IOP_BIN = udnl.irx
2
2
IOP_OBJS = udnl.o udnl_asm.o imports.o IOPRP_img.o
3
3
4
+ BIN2C = $(PS2SDK ) /bin/bin2c
5
+ BIN2S = $(PS2SDK ) /bin/bin2s
6
+ BIN2O = $(PS2SDK ) /bin/bin2o
7
+ IOP_SRC_DIR = ./
8
+
4
9
IOP_INCS += -I./include
5
10
6
11
all : $(IOP_BIN )
@@ -12,4 +17,4 @@ IOPRP_img.c:
12
17
$(BIN2C ) IOPRP.img IOPRP_img.c IOPRP_img
13
18
14
19
include $(PS2SDK ) /Defs.make
15
- include ../../Rules.make
20
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change 1
1
IOP_BIN = udnl.irx
2
2
IOP_OBJS = udnl.o udnl_asm.o imports.o
3
3
4
+ BIN2C = $(PS2SDK ) /bin/bin2c
5
+ BIN2S = $(PS2SDK ) /bin/bin2s
6
+ BIN2O = $(PS2SDK ) /bin/bin2o
7
+ IOP_SRC_DIR = ./
8
+
4
9
IOP_INCS += -I./include
5
10
ifeq ($(DECI2_DEBUG ) ,1)
6
11
IOP_CFLAGS += -D__DECI2_DEBUG
@@ -21,4 +26,4 @@ IOPRP_DECI2_img.c:
21
26
$(BIN2C ) IOPRP_DECI2.img IOPRP_DECI2_img.c IOPRP_img
22
27
23
28
include $(PS2SDK ) /Defs.make
24
- include ../../Rules.make
29
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ IOP_OBJS = isofs.o imports.o
3
3
4
4
include $(PS2SDK ) /Defs.make
5
5
include ../Rules.bin.make
6
- include ../Rules.make
6
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ IOP_OBJS += device-bdm.o
21
21
IOP_CFLAGS += -DBDM_DRIVER
22
22
endif
23
23
24
- IOP_OBJS := $(IOP_OBJS:%=$(IOP_OBJS_DIR ) % )
25
-
26
24
ifeq ($(IOPCORE_DEBUG ) ,1)
27
25
IOP_CFLAGS += -DDEBUG
28
26
endif
33
31
34
32
include $(PS2SDK ) /Defs.make
35
33
include ../Rules.bin.make
36
- include ../Rules.make
34
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change 30
30
31
31
include $(PS2SDK ) /Defs.make
32
32
include ../../Rules.bin.make
33
- include ../../Rules.make
33
+ include $( PS2SDK ) /samples/Makefile.iopglobal
34
34
35
35
ifneq ($(IOP_CC_VERSION ) ,3.2.2)
36
36
ifneq ($(IOP_CC_VERSION ) ,3.2.3)
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ IOP_INCS += -I../../iopcore/common
5
5
6
6
include $(PS2SDK ) /Defs.make
7
7
include ../../Rules.bin.make
8
- include ../../Rules.make
8
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ IOP_INCS += -I../common
5
5
6
6
include $(PS2SDK ) /Defs.make
7
7
include ../../Rules.bin.make
8
- include ../../Rules.make
8
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ IOP_BIN = lwnbdsvr.irx
2
2
IOP_OBJS = lwnbdsvr.o imports.o exports.o drivers/atad.o lwNBD/nbd_server.o
3
3
4
4
IOP_CFLAGS += -DPS2SDK
5
- IOP_INCS += -I../../iopcore/common -I../../../include/
5
+ IOP_INCS += -I../../iopcore/common -I../../../include/
6
6
7
7
ifeq ($(DEBUG ) ,1)
8
8
IOP_CFLAGS += -DDEBUG -DNBD_DEBUG
9
9
endif
10
10
11
11
include $(PS2SDK ) /Defs.make
12
12
include ../../Rules.bin.make
13
- include ../../Rules.make
13
+ include $( PS2SDK ) /samples/Makefile.iopglobal
14
14
15
15
ifneq ($(IOP_CC_VERSION ) ,3.2.2)
16
16
ifneq ($(IOP_CC_VERSION ) ,3.2.3)
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ IOP_INCS += -I../../../include
5
5
6
6
include $(PS2SDK ) /Defs.make
7
7
include ../../Rules.bin.make
8
- include ../../Rules.make
8
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ IOP_INCS += -I../../iopcore/common -I../common
5
5
6
6
include $(PS2SDK ) /Defs.make
7
7
include ../../Rules.bin.make
8
- include ../../Rules.make
8
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ IOP_INCS += -I../../iopcore/common
5
5
6
6
include $(PS2SDK ) /Defs.make
7
7
include ../../Rules.bin.make
8
- include ../../Rules.make
8
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ ifeq ($(VMC),1)
18
18
IOP_CFLAGS += -DVMC
19
19
endif
20
20
21
- IOP_OBJS := $(IOP_OBJS:%=$(IOP_OBJS_DIR ) % )
22
-
23
21
IOP_CFLAGS += -DUSE_SMSUTILS
24
22
25
23
include $(PS2SDK ) /Defs.make
26
24
include ../Rules.bin.make
27
- include ../Rules.make
25
+ include $( PS2SDK ) /samples/Makefile.iopglobal
Original file line number Diff line number Diff line change 7
7
8
8
include $(PS2SDK ) /Defs.make
9
9
include ../../Rules.bin.make
10
- include ../../Rules.make
10
+ include $( PS2SDK ) /samples/Makefile.iopglobal
You can’t perform that action at this time.
0 commit comments