summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2017-05-11 14:18:52 -0700
committerAnuj Phogat <[email protected]>2017-06-09 16:02:58 -0700
commite01c5a6824cdc8578acc6cebd2ac1baabccb5807 (patch)
tree93411ae8f8386904003358fc95052241c86488cd /src/intel/Makefile.sources
parent2417d5ca19e473de33fbc05173b86dc64b94c5f9 (diff)
i965/cnl: Wire up Mesa build files for gen10
V2: Remove isl_gen10.c and isl_gen10.h Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 3136a1b250d..a877ff273dc 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -125,7 +125,8 @@ GENXML_XML_FILES = \
genxml/gen7.xml \
genxml/gen75.xml \
genxml/gen8.xml \
- genxml/gen9.xml
+ genxml/gen9.xml \
+ genxml/gen10.xml
GENXML_GENERATED_PACK_FILES = \
genxml/gen4_pack.h \
@@ -135,7 +136,8 @@ GENXML_GENERATED_PACK_FILES = \
genxml/gen7_pack.h \
genxml/gen75_pack.h \
genxml/gen8_pack.h \
- genxml/gen9_pack.h
+ genxml/gen9_pack.h \
+ genxml/gen10_pack.h
GENXML_GENERATED_FILES = \
$(GENXML_GENERATED_PACK_FILES) \
@@ -187,6 +189,10 @@ ISL_GEN9_FILES = \
isl/isl_emit_depth_stencil.c \
isl/isl_surface_state.c
+ISL_GEN10_FILES = \
+ isl/isl_emit_depth_stencil.c \
+ isl/isl_surface_state.c
+
ISL_GENERATED_FILES = \
isl/isl_format_layout.c