From 43d11b128c220e498416549724df604a68e59394 Mon Sep 17 00:00:00 2001 From: Anuj Phogat Date: Fri, 26 May 2017 08:28:29 -0700 Subject: [PATCH] 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 Reviewed-by: Jason Ekstrand --- src/intel/Makefile.sources | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.30.2