diff options
author | Anuj Phogat <[email protected]> | 2017-05-11 14:18:52 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2017-06-09 16:02:58 -0700 |
commit | e01c5a6824cdc8578acc6cebd2ac1baabccb5807 (patch) | |
tree | 93411ae8f8386904003358fc95052241c86488cd /src/intel/Makefile.isl.am | |
parent | 2417d5ca19e473de33fbc05173b86dc64b94c5f9 (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.isl.am')
-rw-r--r-- | src/intel/Makefile.isl.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/Makefile.isl.am b/src/intel/Makefile.isl.am index ee2215df1d1..31273af36c0 100644 --- a/src/intel/Makefile.isl.am +++ b/src/intel/Makefile.isl.am @@ -27,6 +27,7 @@ ISL_GEN_LIBS = \ isl/libisl-gen75.la \ isl/libisl-gen8.la \ isl/libisl-gen9.la \ + isl/libisl-gen10.la \ $(NULL) noinst_LTLIBRARIES += $(ISL_GEN_LIBS) isl/libisl.la @@ -55,6 +56,9 @@ isl_libisl_gen8_la_CFLAGS = $(AM_CFLAGS) -DGEN_VERSIONx10=80 isl_libisl_gen9_la_SOURCES = $(ISL_GEN9_FILES) isl_libisl_gen9_la_CFLAGS = $(AM_CFLAGS) -DGEN_VERSIONx10=90 +isl_libisl_gen10_la_SOURCES = $(ISL_GEN10_FILES) +isl_libisl_gen10_la_CFLAGS = $(AM_CFLAGS) -DGEN_VERSIONx10=100 + BUILT_SOURCES += $(ISL_GENERATED_FILES) isl/isl_format_layout.c: isl/gen_format_layout.py \ |