aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2019-10-31 11:34:35 +0200
committerLionel Landwerlin <[email protected]>2019-10-31 11:20:30 +0000
commitb087b7bd9052bf40f80473074508f1961265ec6b (patch)
tree6368b58c6fc8b86acc63f8e1de09ddfd34903e01
parent01af59b2d9a24ec4a77512e775cca00bfb482893 (diff)
intel/perf: fix Android build
Signed-off-by: Lionel Landwerlin <[email protected]> Fixes: 15b7b56eb2fb ("intel/perf: add TGL support") Reviewed-by: Eric Engestrom <[email protected]> Reviewed-By: Tapani Pälli <[email protected]>
-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 9ce0554c41a..880c8bacf9c 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -348,7 +348,8 @@ GEN_PERF_XML_FILES = \
perf/oa-cflgt2.xml \
perf/oa-cflgt3.xml \
perf/oa-cnl.xml \
- perf/oa-icl.xml
+ perf/oa-icl.xml \
+ perf/oa-tgl.xml
GEN_PERF_FILES = \
perf/gen_perf.c \