summaryrefslogtreecommitdiff
path: root/src/vulkan/Makefile.sources
diff options
context:
space:
mode:
authorAlex Smith <asmith@feralinteractive.com>2017-06-06 16:09:07 +0100
committerJason Ekstrand <jason.ekstrand@intel.com>2017-06-06 08:19:55 -0700
commitdc6182fa3fea0de025f29591b9fd053fffe8bf8b (patch)
tree05143f85f1b935a38e7137184eed3575f62bc786 /src/vulkan/Makefile.sources
parent621b3410f5f88e2a3743bc025b100717cac26e63 (diff)
radv/vulkan: Move radv_get_driver_version to src/vulkan/util
This means it can be reused for other Vulkan drivers. Also fix up a typo, need to search for '.' in the version string rather than ','. v2: Remove unneeded temporary version variable (Emil, Eric) Signed-off-by: Alex Smith <asmith@feralinteractive.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/vulkan/Makefile.sources')
-rw-r--r--src/vulkan/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/Makefile.sources b/src/vulkan/Makefile.sources
index 9962c1b077d..2cf7218e926 100644
--- a/src/vulkan/Makefile.sources
+++ b/src/vulkan/Makefile.sources
@@ -17,6 +17,7 @@ VULKAN_WSI_X11_FILES := \
VULKAN_UTIL_FILES := \
util/vk_alloc.h \
+ util/vk_util.c \
util/vk_util.h
VULKAN_UTIL_GENERATED_FILES := \