From 39970c67b77014caac9a4c3a33765ac7a312b54e Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 6 Jul 2009 13:34:24 +1000 Subject: radeon: move cs space checking code to libdrm_radeon. This ports a lot of the space checking code into a the common library, so that the DDX and mesa can use it. --- libdrm/radeon/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'libdrm/radeon/Makefile.am') diff --git a/libdrm/radeon/Makefile.am b/libdrm/radeon/Makefile.am index bc8a5b87..bec1beb3 100644 --- a/libdrm/radeon/Makefile.am +++ b/libdrm/radeon/Makefile.am @@ -37,6 +37,7 @@ libdrm_radeon_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ libdrm_radeon_la_SOURCES = \ radeon_bo_gem.c \ radeon_cs_gem.c \ + radeon_cs_space.c \ radeon_track.c libdrm_radeonincludedir = ${includedir}/drm -- cgit v1.2.3