From b087b7bd9052bf40f80473074508f1961265ec6b Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Thu, 31 Oct 2019 11:34:35 +0200 Subject: [PATCH] intel/perf: fix Android build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Lionel Landwerlin Fixes: 15b7b56eb2fb ("intel/perf: add TGL support") Reviewed-by: Eric Engestrom Reviewed-By: Tapani Pälli --- src/intel/Makefile.sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 9ce0554..880c8ba 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 \ -- 2.7.4