summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/Makefile
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-07-15 15:40:35 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-07-15 15:40:35 -0400
commit582838a6669c54712ee837b53a99882d86164d75 (patch)
treec062e743cb4dea94e7dc0dafe152dc73f5c91435 /src/mesa/drivers/dri/r600/Makefile
parent2ab328e5e44aae75365613a95208798f15fbb16e (diff)
R6xx/r7xx: more Makefile fixes
Diffstat (limited to 'src/mesa/drivers/dri/r600/Makefile')
-rw-r--r--src/mesa/drivers/dri/r600/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r600/Makefile b/src/mesa/drivers/dri/r600/Makefile
index c099cbf19f..2f225f7cb5 100644
--- a/src/mesa/drivers/dri/r600/Makefile
+++ b/src/mesa/drivers/dri/r600/Makefile
@@ -58,7 +58,8 @@ DRIVER_SOURCES = \
r600_texstate.c \
r700_debug.c \
$(RADEON_COMMON_SOURCES) \
- $(EGL_SOURCES)
+ $(EGL_SOURCES) \
+ $(CS_SOURCES)
C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES)
@@ -99,7 +100,8 @@ COMMON_SYMLINKS = \
radeon_mipmap_tree.h \
radeon_texture.c \
radeon_texture.h \
- radeon_fbo.c
+ radeon_fbo.c \
+ $(CS_SOURCES)
DRI_LIB_DEPS += $(RADEON_LDFLAGS)