repo.or.cz
/
ps3rsx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ps3rsx created
[ps3rsx.git]
/
drivers
/
video
/
ps3rsx
/
Makefile
blob
db202e3b69be76b37d19d13b2c3eb01a81ac1b60
1
#
2
# Makefile for the nVidia framebuffer driver
3
#
4
5
obj-
$(
CONFIG_FB_PS3RSX
) +=
ps3rsxfb.o
6
7
ps3rsxfb-y
:=
ps3srx.o
8
#rsx_accel.o rsx_setup.o
9
10
ps3rsxfb-objs
:= $(
ps3rsxfb-y
)