File tree 5 files changed +372
-72
lines changed
5 files changed +372
-72
lines changed Original file line number Diff line number Diff line change 8
8
9
9
EE_BIN = DONGLE_DUMPER.ELF
10
10
11
- EE_OBJS = main.o modelname.o ioprp.o \
12
- usbd.o bdm.o bdmfs_fatfs.o usbmass_bd.o genvmc.o fileXio.o iomanX.o
11
+ EE_OBJS = main.o modelname.o pad.o ioprp.o \
12
+ usbd.o bdm.o bdmfs_fatfs.o usbmass_bd.o genvmc.o fileXio.o iomanX.o mcman.o padman.o sio2man.o mcserv.o
13
13
14
14
EE_CFLAGS += -fdata-sections -ffunction-sections -DNEWLIB_PORT_AWARE
15
15
EE_LDFLAGS += -Wl,--gc-sections
16
- EE_LIBS += -liopreboot -ldebug -lpatches -lfileXio -lcdvd
16
+ EE_LIBS += -liopreboot -ldebug -lpatches -lfileXio -lcdvd -lpad -lmc
17
17
18
18
ifeq ($(DEBUG ) , 1)
19
19
EE_CFLAGS += -DDEBUG -O0 -g
@@ -27,12 +27,14 @@ all: $(EE_BIN)
27
27
clean :
28
28
rm -rf $(EE_OBJS ) $(EE_BIN )
29
29
30
- ioprp.img :
31
- wget https://github.com/israpps/wLaunchELF_ISR/raw/system-2x6-support/iop/__precompiled/IOPRP_FILEIO.IMG -O $@
32
-
33
30
% .c : % .img
34
31
bin2c $< $@ ioprp
35
32
33
+
34
+ .INTERMEDIATE : src/ioprp.c $(EE_OBJS )
35
+ src/ioprp.c : ioprp.img
36
+ bin2c $< $@ ioprp
37
+
36
38
vpath % .irx iop/
37
39
vpath % .irx $(PS2SDK ) /iop/irx/
38
40
IRXTAG = $(notdir $(addsuffix _irx, $(basename $< ) ) )
You can’t perform that action at this time.
0 commit comments