Mesa (master): intel/isl: Add isl_aux_info.c to Makefile.sources

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Feb 25 01:04:47 UTC 2020


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

Author: Jason Ekstrand <jason at jlekstrand.net>
Date:   Mon Feb 24 17:46:29 2020 -0600

intel/isl: Add isl_aux_info.c to Makefile.sources

This should fix the Android build.

Fixes: 58d4749e56 "isl: Add a module which manages aux resolves"
Reviewed-by: Nanley Chery <nanley.g.chery at intel.com>
Reported-by: Clayton Craft <clayton.a.craft at intel.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3934>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3934>

---

 src/intel/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index d956475456b..216fe35450e 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -173,6 +173,7 @@ GENXML_GENERATED_FILES = \
 ISL_FILES = \
 	isl/isl.c \
 	isl/isl.h \
+	isl/isl_aux_info.c \
 	isl/isl_drm.c \
 	isl/isl_format.c \
 	isl/isl_genX_priv.h \



More information about the mesa-commit mailing list