repo.or.cz
/
ps3freebsd_ps3gpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add error messages
[ps3freebsd_ps3gpu.git]
/
Makefile
blob
b362cba9475f87fb9665e4604e5497c7116f9d3b
1
2
KMOD
=
ps3gpu
3
4
SRCS
=
ps3gpu_heap.c ps3gpu.c
5
SRCS
+=
bus_if.h device_if.h
6
7
CFLAGS
+=-
I.
8
9
.
include
<
bsd.kmod.mk
>