repo.or.cz
/
ps3linux_spuisofs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial import
[ps3linux_spuisofs.git]
/
Makefile
blob
37477f6e8b2cfa399a80719ba325763b3811aa1a
1
2
KSRC_DIR
=/
lib
/
modules
/$(
shell
uname
-
r
)/
build
3
4
obj-m
+=
spuisofs.o
5
6
all
:
7
make
-
C
$(
KSRC_DIR
)
M
=$(
PWD
)
modules
8
9
clean
:
10
make
-
C
$(
KSRC_DIR
)
M
=$(
PWD
)
clean