Mesa (r6xx-rewrite): Fix r600 makefile for lastest CS changes

Alex Deucher agd5f at kemper.freedesktop.org
Wed Jul 15 19:23:50 UTC 2009


Module: Mesa
Branch: r6xx-rewrite
Commit: 2ab328e5e44aae75365613a95208798f15fbb16e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ab328e5e44aae75365613a95208798f15fbb16e

Author: Alex Deucher <alexdeucher at gmail.com>
Date:   Wed Jul 15 15:23:11 2009 -0400

Fix r600 makefile for lastest CS changes

---

 src/mesa/drivers/dri/r600/Makefile |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/r600/Makefile b/src/mesa/drivers/dri/r600/Makefile
index 6db0154..c099cbf 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 \




More information about the mesa-commit mailing list