diff options
author | Kenneth Graunke <[email protected]> | 2017-03-20 11:13:07 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-03-21 13:49:10 -0700 |
commit | 7d84bb32aa6698211bfe4697609501ad94a266b9 (patch) | |
tree | 90249c022f7591fac790f17a07285369c3b78252 /src/intel/Makefile.tools.am | |
parent | 2b074bb7e57667788cde4dd0f5b01d1683aa71ce (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 <[email protected]>
Diffstat (limited to 'src/intel/Makefile.tools.am')
-rw-r--r-- | src/intel/Makefile.tools.am | 2 |
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 |