diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-07-15 15:23:11 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-07-15 15:23:11 -0400 |
commit | 2ab328e5e44aae75365613a95208798f15fbb16e (patch) | |
tree | 4de0d947361705adc65e2104f953293d5ce9f8e3 | |
parent | c5c19919ce627b98d8aab4284da1694573bcccd4 (diff) |
Fix r600 makefile for lastest CS changes
-rw-r--r-- | 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 6db0154784..c099cbf19f 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 \ |