OSDN Git Service

intel: move gen_decoder.* back to COMMON_FILES
authorTapani Pälli <tapani.palli@intel.com>
Mon, 31 Jul 2017 08:32:34 +0000 (11:32 +0300)
committerTapani Pälli <tapani.palli@intel.com>
Wed, 2 Aug 2017 07:31:13 +0000 (10:31 +0300)
this change reverts commit 4f695731, we want to be able to build
with -DDEBUG and gen_decoder on Android.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/intel/Makefile.common.am
src/intel/Makefile.sources

index 1c1c2ee..49e9c6a 100644 (file)
@@ -22,7 +22,7 @@
 noinst_LTLIBRARIES += common/libintel_common.la
 
 common_libintel_common_la_CFLAGS = $(AM_CFLAGS) $(LIBDRM_CFLAGS)
-common_libintel_common_la_SOURCES = $(COMMON_FILES) $(DECODER_FILES)
+common_libintel_common_la_SOURCES = $(COMMON_FILES)
 
 if HAVE_PLATFORM_ANDROID
 common_libintel_common_la_CFLAGS += $(ANDROID_CFLAGS)
index 075ee86..5d87858 100644 (file)
@@ -11,6 +11,8 @@ COMMON_FILES = \
        common/gen_clflush.h \
        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 \
@@ -18,10 +20,6 @@ COMMON_FILES = \
        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 \