From ab84a95e85eb88a4f6020100526ddfbd667d00a2 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 23 Mar 2015 22:28:00 +0000 Subject: radeon: move bof.[ch] out of libdrm_radeon The functions(files) are used if one explicitly modifies radeon_cs_gem.c by setting CS_BOF_DUMP to 1. As bof.[ch] is used (copied) to other out-of-tree projects, keep them around in the distribution tarball. Cc: Jerome Glisse Signed-off-by: Emil Velikov --- radeon/radeon_cs_gem.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'radeon/radeon_cs_gem.c') diff --git a/radeon/radeon_cs_gem.c b/radeon/radeon_cs_gem.c index 705ee056..81b31846 100644 --- a/radeon/radeon_cs_gem.c +++ b/radeon/radeon_cs_gem.c @@ -48,9 +48,12 @@ #include "xf86drm.h" #include "xf86atomic.h" #include "radeon_drm.h" -#include "bof.h" +/* Add LIBDRM_RADEON_BOF_FILES to libdrm_radeon_la_SOURCES when building with BOF_DUMP */ #define CS_BOF_DUMP 0 +#if CS_BOF_DUMP +#include "bof.h" +#endif struct radeon_cs_manager_gem { struct radeon_cs_manager base; -- cgit v1.2.3