summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.common.am
diff options
context:
space:
mode:
authorTapani Pälli <[email protected]>2017-03-23 09:15:54 +0200
committerTapani Pälli <[email protected]>2017-03-23 14:05:19 +0200
commit4f69573178dabe53e0f761b3f1e512658d71af98 (patch)
tree899f8010f0b2cd96089c80497a86fe6b3604b4c4 /src/intel/Makefile.common.am
parentbcae4eb502615cc9e5dff5d071c96e6e975a0576 (diff)
intel: move gen_decoder.* to DECODER_FILES
patch adds DECODER_FILES for libintel_common, this is so that platforms such as Android not currently using this functionality can opt out. Fixes: 7d84bb3 ("intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].") Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel/Makefile.common.am')
-rw-r--r--src/intel/Makefile.common.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/Makefile.common.am b/src/intel/Makefile.common.am
index a8be54a265c..848598457ca 100644
--- a/src/intel/Makefile.common.am
+++ b/src/intel/Makefile.common.am
@@ -21,4 +21,4 @@
noinst_LTLIBRARIES += common/libintel_common.la
-common_libintel_common_la_SOURCES = $(COMMON_FILES)
+common_libintel_common_la_SOURCES = $(COMMON_FILES) $(DECODER_FILES)