From: Alex Deucher Date: Wed, 15 Jul 2009 19:23:11 +0000 (-0400) Subject: Fix r600 makefile for lastest CS changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ab328e5e44aae75365613a95208798f15fbb16e;p=mesa.git Fix r600 makefile for lastest CS changes --- 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 \