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/Makefile.sources | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'radeon/Makefile.sources') diff --git a/radeon/Makefile.sources b/radeon/Makefile.sources index a17701aa..1cf482a4 100644 --- a/radeon/Makefile.sources +++ b/radeon/Makefile.sources @@ -4,9 +4,7 @@ LIBDRM_RADEON_FILES := \ radeon_cs_space.c \ radeon_bo.c \ radeon_cs.c \ - radeon_surface.c \ - bof.c \ - bof.h + radeon_surface.c LIBDRM_RADEON_H_FILES := \ radeon_bo.h \ @@ -17,3 +15,7 @@ LIBDRM_RADEON_H_FILES := \ radeon_bo_int.h \ radeon_cs_int.h \ r600_pci_ids.h + +LIBDRM_RADEON_BOF_FILES := \ + bof.c \ + bof.h -- cgit v1.2.3-54-g00ecf