diff options
author | Eric Anholt <[email protected]> | 2011-10-14 14:50:50 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-10-28 11:32:10 -0700 |
commit | 974c66875e719051831e2bd874db4ba7fdaffa02 (patch) | |
tree | 29a1415e1f3cf9855258df3e41ecc4dd32f7632a /src/mesa/drivers/dri/r200/Makefile | |
parent | 830e546f94c53d3f6878a188a2bdb5d2f3cf74bd (diff) |
radeon: Remove the non-libdrm kernel memory manager support.
We should have never been building this at this point.
Diffstat (limited to 'src/mesa/drivers/dri/r200/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/r200/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/r200/Makefile b/src/mesa/drivers/dri/r200/Makefile index dc857b86a8b..0f44f46dd1d 100644 --- a/src/mesa/drivers/dri/r200/Makefile +++ b/src/mesa/drivers/dri/r200/Makefile @@ -7,10 +7,6 @@ LIBNAME = r200_dri.so include ../Makefile.defines -ifeq ($(RADEON_LDFLAGS),) -CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c -endif - RADEON_COMMON_SOURCES = \ radeon_buffer_objects.c \ radeon_common_context.c \ @@ -42,8 +38,7 @@ DRIVER_SOURCES = r200_context.c \ r200_blit.c \ radeon_screen.c \ $(EGL_SOURCES) \ - $(RADEON_COMMON_SOURCES) \ - $(CS_SOURCES) + $(RADEON_COMMON_SOURCES) C_SOURCES = $(COMMON_SOURCES) $(DRIVER_SOURCES) |