diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-10 15:11:13 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-11 00:15:44 +0000 |
commit | 6a8338fc08a1b7e5e2c6722baa87cff3915b6ef9 (patch) | |
tree | 8ed38aa3cddf34573de6ffdf47cf70a14dd6a371 /src/sna/Makefile.am | |
parent | 2309f19638f8b2c35eb60fb44fa988aa5aaab57f (diff) |
sna: Begin debugging gen7
This is the stub of the decoder, sufficient to give details of the ops
within the batch and to keep the debugger happy.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/Makefile.am')
-rw-r--r-- | src/sna/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am index 2a108012..ac609884 100644 --- a/src/sna/Makefile.am +++ b/src/sna/Makefile.am @@ -98,6 +98,7 @@ libsna_la_SOURCES += \ kgem_debug_gen4.c \ kgem_debug_gen5.c \ kgem_debug_gen6.c \ + kgem_debug_gen7.c \ $(NULL) endif |