aboutsummaryrefslogtreecommitdiff
path: root/radeon/Makefile.am
diff options
context:
space:
mode:
authorJerome Glisse <jglisse@redhat.com>2010-04-08 17:50:34 +0200
committerJerome Glisse <jglisse@redhat.com>2010-04-08 17:53:09 +0200
commit78de69713d742645c1c4347a06afca5b38f97184 (patch)
tree98c82cd590d52b37a379e927ad85c5a3d60d7e7d /radeon/Makefile.am
parentc7650003c52ee29b7fa5ebf20dd134079f0b8488 (diff)
drm/radeon: add new cs command stream dumping facilities
Dump command stream + associated bo into a binary file which follow a similar design as json file. It allows to intercept a command stream and replay it in a standalone program (see radeondb tools).
Diffstat (limited to 'radeon/Makefile.am')
-rw-r--r--radeon/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/radeon/Makefile.am b/radeon/Makefile.am
index de782322..03b5040f 100644
--- a/radeon/Makefile.am
+++ b/radeon/Makefile.am
@@ -39,7 +39,8 @@ libdrm_radeon_la_SOURCES = \
radeon_cs_gem.c \
radeon_cs_space.c \
radeon_bo.c \
- radeon_cs.c
+ radeon_cs.c \
+ bof.c
libdrm_radeonincludedir = ${includedir}/libdrm
libdrm_radeoninclude_HEADERS = \