summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2018-06-08 17:53:08 +0100
committerLionel Landwerlin <[email protected]>2019-04-17 14:10:42 +0100
commitb48d6d74717d5024f5b3a3e9d5b6f3a6bfa00617 (patch)
tree83e717c9949de39da7eb51add928bfce58bf931b /src/intel/Makefile.sources
parent2be07fc7517c624b0048e512f50280696e3f069c (diff)
i965: move mdapi result data format to intel/perf
We want to reuse this in Anv. Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 2aaa7feee53..dc1425c8c1c 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -334,7 +334,8 @@ GEN_PERF_XML_FILES = \
GEN_PERF_FILES = \
perf/gen_perf.c \
perf/gen_perf.h \
- perf/gen_perf_mdapi.h
+ perf/gen_perf_mdapi.h \
+ perf/gen_perf_mdapi.c
GEN_PERF_GENERATED_FILES = \
perf/gen_perf_metrics.c \