diff options
author | Anuj Phogat <[email protected]> | 2017-05-26 08:28:29 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2017-06-22 14:17:46 -0700 |
commit | 43d11b128c220e498416549724df604a68e59394 (patch) | |
tree | f45031cb77e22b37fdae95c4bf079cfd03d10ddd /src/intel/Makefile.sources | |
parent | ac6bc0e0345f933cd7d6bb6fd8354302cdfe9550 (diff) |
intel: Enable vulkan build for gen10
This patch just enables building Vulkan libs for gen10. We
still don't have gen 10 support enabled on Vulkan.
Signed-off-by: Anuj Phogat <[email protected]>
Reviewed-by: Jason Ekstrand <[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 a877ff273dc..2e5dab9f7c8 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -261,3 +261,7 @@ VULKAN_GEN8_FILES := \ VULKAN_GEN9_FILES := \ vulkan/gen8_cmd_buffer.c \ $(VULKAN_GENX_FILES) + +VULKAN_GEN10_FILES := \ + vulkan/gen8_cmd_buffer.c \ + $(VULKAN_GENX_FILES) |