summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2017-05-26 11:10:26 -0700
committerAnuj Phogat <[email protected]>2018-02-16 11:10:32 -0800
commit9673c21d4f6d251a2e2e35f372b4caa17591d926 (patch)
treee39e9145c8ee13ff4de642437357d014eb2095cd /src/intel/Makefile.sources
parent1f108b436bba232911f28f52b506894ff7b59b5e (diff)
anv/icl: Build anv libs for gen11
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.sources4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 22563cac6ac..692c8604770 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -285,3 +285,7 @@ VULKAN_GEN9_FILES := \
VULKAN_GEN10_FILES := \
vulkan/gen8_cmd_buffer.c \
$(VULKAN_GENX_FILES)
+
+VULKAN_GEN11_FILES := \
+ vulkan/gen8_cmd_buffer.c \
+ $(VULKAN_GENX_FILES)