File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 66# Licenced under Academic Free License version 2.0
77# Review ps2sdk README & LICENSE files for further details.
88
9- IOP_INCS += -I$(PS2SDKSRC ) /iop/fs/bdm/include -I$(PS2SDKSRC ) /iop/system/sio2man/include
9+ MODHOOK_PATH = $(PS2SDKSRC ) /iop/utilities/modhook/
10+ IOP_INCS += -I$(PS2SDKSRC ) /iop/fs/bdm/include -I$(PS2SDKSRC ) /iop/system/sio2man/include -I$(MODHOOK_PATH ) include
11+ IOP_LIB_ARCHIVES = $(MODHOOK_PATH ) lib/libmodhook.a
1012
11- IOP_OBJS += spi_sdcard_crc7.o spi_sdcard_driver.o crc16.o ioplib.o sio2man_hook.o mx4sio.o imports.o
13+ IOP_OBJS += spi_sdcard_crc7.o spi_sdcard_driver.o crc16.o sio2man_hook.o mx4sio.o imports.o
1214
1315IOP_LDFLAGS = -lgcc
1416
17+
18+ $(MODHOOK_PATH ) lib/libmodhook.a :
19+ $(MAKEREC ) $(MODHOOK_PATH )
20+
21+ .NOTPARALLEL :: \
22+ $(IOP_LIB_ARCHIVES )
23+
24+
1525include $(PS2SDKSRC ) /Defs.make
1626include $(PS2SDKSRC ) /iop/Rules.bin.make
1727include $(PS2SDKSRC ) /iop/Rules.make
Original file line number Diff line number Diff line change 77#include <thsemap.h>
88#include <xsio2man.h>
99
10+ #include <ioplib.h>
11+
1012#include "mx4sio.h"
1113#include "crc16.h"
12- #include "ioplib.h"
1314#include "sio2man_hook.h"
1415#include "sio2regs.h"
1516#include "spi_sdcard_driver.h"
Original file line number Diff line number Diff line change 11#include <stdio.h>
22#include <string.h>
33#include <thsemap.h>
4+ #include <ioplib.h>
45
5- #include "ioplib.h"
66#include "sio2man.h"
77#include "sio2man_hook.h"
88
You can’t perform that action at this time.
0 commit comments