Fix r600 makefile for lastest CS changes
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 15 Jul 2009 19:23:11 +0000 (15:23 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Wed, 15 Jul 2009 19:23:11 +0000 (15:23 -0400)
src/mesa/drivers/dri/r600/Makefile

index 6db0154784cb36b0e2cac76540f32d75104e0547..c099cbf19fdbc04f607516b295a4bd2bb09a55b8 100644 (file)
@@ -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 \