Mesa (master): intel/perf: fix Android build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 31 11:20:57 UTC 2019


Module: Mesa
Branch: master
Commit: b087b7bd9052bf40f80473074508f1961265ec6b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b087b7bd9052bf40f80473074508f1961265ec6b

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Thu Oct 31 11:34:35 2019 +0200

intel/perf: fix Android build

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Fixes: 15b7b56eb2fb ("intel/perf: add TGL support")
Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-By: Tapani Pälli <tapani.palli at intel.com>

---

 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 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 \




More information about the mesa-commit mailing list