summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/Makefile
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-07-15 15:23:11 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-07-15 15:23:11 -0400
commit2ab328e5e44aae75365613a95208798f15fbb16e (patch)
tree4de0d947361705adc65e2104f953293d5ce9f8e3 /src/mesa/drivers/dri/r600/Makefile
parentc5c19919ce627b98d8aab4284da1694573bcccd4 (diff)
Fix r600 makefile for lastest CS changes
Diffstat (limited to 'src/mesa/drivers/dri/r600/Makefile')
-rw-r--r--src/mesa/drivers/dri/r600/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/Makefile b/src/mesa/drivers/dri/r600/Makefile
index 6db0154784c..c099cbf19fd 100644
--- 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 \