From 2ab328e5e44aae75365613a95208798f15fbb16e Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Wed, 15 Jul 2009 15:23:11 -0400 Subject: [PATCH] Fix r600 makefile for lastest CS changes --- src/mesa/drivers/dri/r600/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- 2.7.4