diff options
author | Mauro Rossi <[email protected]> | 2016-05-27 15:35:33 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-30 10:28:48 +0100 |
commit | 41d252e418596b9f75d7ad68b901787523db7f95 (patch) | |
tree | 63aed28ccfcbbde57be6e6b50ddb51242362d68c /src/intel/isl/Makefile.sources | |
parent | b4f6c703973375670ea42ea289519df7770892b9 (diff) |
isl: move the sources lists to Makefile.sources
[Emil Velikov: use the file in the autoconf build]
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/isl/Makefile.sources')
-rw-r--r-- | src/intel/isl/Makefile.sources | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/intel/isl/Makefile.sources b/src/intel/isl/Makefile.sources new file mode 100644 index 00000000000..e06568b64af --- /dev/null +++ b/src/intel/isl/Makefile.sources @@ -0,0 +1,31 @@ +ISL_FILES = \ + isl.c \ + isl.h \ + isl_format.c \ + isl_format_layout.c \ + isl_gen4.c \ + isl_gen4.h \ + isl_gen6.c \ + isl_gen6.h \ + isl_storage_image.c + +ISL_GEN7_FILES = \ + isl_gen7.c \ + isl_gen7.h \ + isl_surface_state.c + +ISL_GEN75_FILES = \ + isl_surface_state.c + +ISL_GEN8_FILES = \ + isl_gen8.c \ + isl_gen8.h \ + isl_surface_state.c + +ISL_GEN9_FILES = \ + isl_gen9.c \ + isl_gen9.h \ + isl_surface_state.c + +ISL_GENERATED_FILES = \ + isl_format_layout.c |