aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov2015-03-23 17:28:00 -0500
committerEmil Velikov2015-04-28 05:18:43 -0500
commitab84a95e85eb88a4f6020100526ddfbd667d00a2 (patch)
tree404d1468b98a4bf973be63d13bd56baadf55cd13 /radeon/Makefile.sources
parent40902b9fa12e41f28706e5fca6289ef26f6d81bc (diff)
downloadexternal-libdrm-ab84a95e85eb88a4f6020100526ddfbd667d00a2.tar.gz
external-libdrm-ab84a95e85eb88a4f6020100526ddfbd667d00a2.tar.xz
external-libdrm-ab84a95e85eb88a4f6020100526ddfbd667d00a2.zip
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 <jglisse@redhat.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'radeon/Makefile.sources')
-rw-r--r--radeon/Makefile.sources8
1 files changed, 5 insertions, 3 deletions
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 := \
4 radeon_cs_space.c \ 4 radeon_cs_space.c \
5 radeon_bo.c \ 5 radeon_bo.c \
6 radeon_cs.c \ 6 radeon_cs.c \
7 radeon_surface.c \ 7 radeon_surface.c
8 bof.c \
9 bof.h
10 8
11LIBDRM_RADEON_H_FILES := \ 9LIBDRM_RADEON_H_FILES := \
12 radeon_bo.h \ 10 radeon_bo.h \
@@ -17,3 +15,7 @@ LIBDRM_RADEON_H_FILES := \
17 radeon_bo_int.h \ 15 radeon_bo_int.h \
18 radeon_cs_int.h \ 16 radeon_cs_int.h \
19 r600_pci_ids.h 17 r600_pci_ids.h
18
19LIBDRM_RADEON_BOF_FILES := \
20 bof.c \
21 bof.h