projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c1991
)
Fix r600 makefile for lastest CS changes
author
Alex Deucher
<alexdeucher@gmail.com>
Wed, 15 Jul 2009 19:23:11 +0000
(15:23 -0400)
committer
Alex Deucher
<alexdeucher@gmail.com>
Wed, 15 Jul 2009 19:23:11 +0000
(15:23 -0400)
src/mesa/drivers/dri/r600/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r600/Makefile
b/src/mesa/drivers/dri/r600/Makefile
index 6db0154784cb36b0e2cac76540f32d75104e0547..c099cbf19fdbc04f607516b295a4bd2bb09a55b8 100644
(file)
--- a/
src/mesa/drivers/dri/r600/Makefile
+++ b/
src/mesa/drivers/dri/r600/Makefile
@@
-13,6
+13,10
@@
ifeq ($(USING_EGL), 1)
EGL_SOURCES = server/radeon_egl.c
endif
+ifeq ($(RADEON_LDFLAGS),)
+CS_SOURCES = radeon_cs_space_drm.c
+endif
+
COMMON_SOURCES = \
../../common/driverfuncs.c \
../common/mm.c \