From: Lionel Landwerlin Date: Thu, 31 Oct 2019 09:34:35 +0000 (+0200) Subject: intel/perf: fix Android build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b087b7bd9052bf40f80473074508f1961265ec6b;p=mesa.git intel/perf: fix Android build Signed-off-by: Lionel Landwerlin Fixes: 15b7b56eb2fb ("intel/perf: add TGL support") Reviewed-by: Eric Engestrom Reviewed-By: Tapani Pälli --- 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 \