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 <tapani.palli@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
noinst_LTLIBRARIES += common/libintel_common.la
-common_libintel_common_la_SOURCES = $(COMMON_FILES)
+common_libintel_common_la_SOURCES = $(COMMON_FILES) $(DECODER_FILES)
COMMON_FILES = \
common/gen_debug.c \
common/gen_debug.h \
- common/gen_decoder.c \
- common/gen_decoder.h \
common/gen_device_info.c \
common/gen_device_info.h \
common/gen_l3_config.c \
common/gen_urb_config.c \
common/gen_sample_positions.h
+DECODER_FILES = \
+ common/gen_decoder.h \
+ common/gen_decoder.c
+
COMPILER_FILES = \
compiler/brw_cfg.cpp \
compiler/brw_cfg.h \