Skip to content

Commit a2f6598

Browse files
committed
refactor: move sio2man, mtapman, padman, rmman and variants
1 parent ef3e895 commit a2f6598

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+53
-38
lines changed

iop/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SUBDIRS = \
1616
fs \
1717
hdd \
1818
iLink \
19+
input \
1920
kernel \
2021
memorycard \
2122
network \

iop/input/Makefile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.
8+
9+
SUBDIRS = \
10+
padman \
11+
padman-old \
12+
rmman \
13+
rmman2 \
14+
rmmanx \
15+
rpadman
16+
17+
include $(PS2SDKSRC)/Defs.make
18+
include $(PS2SDKSRC)/Rules.make
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
IOP_BIN_ALTNAMES =
1010

11-
IOP_SRC_DIR = $(PS2SDKSRC)/iop/system/padman/src/
11+
IOP_SRC_DIR = $(PS2SDKSRC)/iop/input/padman/src/
1212

1313
IOP_BIN ?= padman-old.irx
1414

1515
PADMAN_BUILDING_XPADMAN ?= 0
1616

17-
include $(PS2SDKSRC)/iop/system/padman/Makefile
17+
include $(PS2SDKSRC)/iop/input/padman/Makefile
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ IOP_BIN_ALTNAMES ?= freepad.irx
1111
# IOP_CFLAGS += -DDEBUG
1212

1313
IOP_IMPORT_INCS += \
14+
sio/sio2man \
1415
system/intrman \
1516
system/loadcore \
1617
system/sifcmd \
1718
system/sifman \
18-
system/sio2man \
1919
system/stdio \
2020
system/sysclib \
2121
system/sysmem \

0 commit comments

Comments
 (0)