diff options
author | Jason Ekstrand <[email protected]> | 2018-01-16 14:23:29 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2018-01-23 00:15:40 -0800 |
commit | dd088d4bec74f37ffe4cd02626a6a8af93fdebac (patch) | |
tree | 644e2d71707045282f340eec9483edb6dbe13aba /src/intel/Makefile.sources | |
parent | ffb10bfd8e6ef3a325b733f302fefd4203ee05b9 (diff) |
anv/extensions: Generate a header file with extension tables
This allows us better introspection into extensions.
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 7f8379c66a1..9595bf42582 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -249,7 +249,8 @@ VULKAN_GEM_STUB_FILES := \ VULKAN_GENERATED_FILES := \ vulkan/anv_entrypoints.c \ vulkan/anv_entrypoints.h \ - vulkan/anv_extensions.c + vulkan/anv_extensions.c \ + vulkan/anv_extensions.h VULKAN_GENX_FILES := \ vulkan/genX_blorp_exec.c \ |