summaryrefslogtreecommitdiff
path: root/src/intel/Makefile.tools.am
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2017-03-20 11:13:07 -0700
committerKenneth Graunke <kenneth@whitecape.org>2017-03-21 13:49:10 -0700
commit7d84bb32aa6698211bfe4697609501ad94a266b9 (patch)
tree90249c022f7591fac790f17a07285369c3b78252 /src/intel/Makefile.tools.am
parent2b074bb7e57667788cde4dd0f5b01d1683aa71ce (diff)
intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].
This way they become part of libintel_common.la so I can use them in the i965 driver. Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/intel/Makefile.tools.am')
-rw-r--r--src/intel/Makefile.tools.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am
index 3c98c81c876..245bd03eef5 100644
--- a/src/intel/Makefile.tools.am
+++ b/src/intel/Makefile.tools.am
@@ -23,8 +23,6 @@ noinst_PROGRAMS += tools/aubinator
tools_aubinator_SOURCES = \
tools/aubinator.c \
- tools/decoder.c \
- tools/decoder.h \
tools/disasm.c \
tools/gen_disasm.h