diff options
author | Jordan Justen <[email protected]> | 2017-08-16 16:45:47 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2019-08-28 13:38:33 -0700 |
commit | 6d63fd8a69fa28e6740bb56751459bbaac11a462 (patch) | |
tree | 15c5cb0af825d78657a039ed2f1b4137f05496e1 /src/intel/Makefile.sources | |
parent | 7319003a7460e97ff6d7210df7c1c4c488c2155c (diff) |
intel/isl: Build gen12 using gen11 code paths
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 79f86a59806..43937811ea8 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -219,6 +219,10 @@ ISL_GEN11_FILES = \ isl/isl_emit_depth_stencil.c \ isl/isl_surface_state.c +ISL_GEN12_FILES = \ + isl/isl_emit_depth_stencil.c \ + isl/isl_surface_state.c + ISL_GENERATED_FILES = \ isl/isl_format_layout.c |