summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorMark Janes <[email protected]>2019-04-05 15:39:51 -0700
committerMark Janes <[email protected]>2019-04-10 13:15:33 -0700
commit2393cc7f00ee1b94c07e29fb82fc14add89e1238 (patch)
treecfa79cd6081983364e3b5321c9bbdeb2bf1698c6 /src/intel/Makefile.sources
parent03d6d01fe264c0c7e03428202424f183b5086464 (diff)
intel/common: move gen_debug to intel/dev
libintel_common depends on libintel_compiler, but it contains debug functionality that is needed by libintel_compiler. Break the circular dependency by moving gen_debug files to libintel_dev. Suggested-by: Kenneth Graunke <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index a5c8828a6b6..c283058db11 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -10,8 +10,6 @@ BLORP_FILES = \
COMMON_FILES = \
common/gen_clflush.h \
common/gen_batch_decoder.c \
- common/gen_debug.c \
- common/gen_debug.h \
common/gen_decoder.c \
common/gen_decoder.h \
common/gen_disasm.c \
@@ -127,6 +125,8 @@ COMPILER_GENERATED_FILES = \
compiler/brw_nir_trig_workarounds.c
DEV_FILES = \
+ dev/gen_debug.c \
+ dev/gen_debug.h \
dev/gen_device_info.c \
dev/gen_device_info.h