repo.or.cz
/
open-ps2-loader.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git]
/
modules
/
debug
/
udptty
/
Makefile
blob
33c625ccfda86a2a0694c8c182a8b44c51382e27
1
IOP_BIN
=
udptty.irx
2
3
IOP_INCS
+=
4
IOP_CFLAGS
+= -
Wall
-
fno-builtin-printf
-
DKPRTTY
5
IOP_LDFLAGS
+= -
s
6
7
IOP_OBJS
=
udptty.o imports.o exports.o
8
IOP_LIBS
=
9
10
all
: $(
IOP_BIN
)
11
12
clean
:
13
rm
-
f
$(
IOP_BIN
) $(
IOP_OBJS
)
14
15
rebuild
:
clean all
16
17
run
:
18
ps2client
-
t
1
execiop host
:$(
IOP_BIN
)
19
20
21
include
$(
PS2SDK
)/
Defs.make
22
include
Rules.make