summaryrefslogtreecommitdiffstats
path: root/src/vulkan/Makefile.sources
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-02-17 11:57:24 -0800
committerDylan Baker <[email protected]>2017-02-22 13:12:02 -0800
commit8e03250fcf4fc5de31e92ca4919959d932888a69 (patch)
treef231bc72a0b738c981a4871f0cd7c82308db38c6 /src/vulkan/Makefile.sources
parente9dcb17962f7e58a81c93bae7bd33885675b1043 (diff)
vulkan: Combine wsi and util makefiles
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/vulkan/Makefile.sources')
-rw-r--r--src/vulkan/Makefile.sources16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/vulkan/Makefile.sources b/src/vulkan/Makefile.sources
new file mode 100644
index 00000000000..fbb8bfc51de
--- /dev/null
+++ b/src/vulkan/Makefile.sources
@@ -0,0 +1,16 @@
+
+VULKAN_WSI_FILES := \
+ wsi/wsi_common.h \
+ wsi/wsi_common_queue.h
+
+VULKAN_WSI_WAYLAND_FILES := \
+ wsi/wsi_common_wayland.c \
+ wsi/wsi_common_wayland.h
+
+VULKAN_WSI_X11_FILES := \
+ wsi/wsi_common_x11.c \
+ wsi/wsi_common_x11.h
+
+VULKAN_UTIL_FILES := \
+ util/vk_enum_to_str.c \
+ util/vk_enum_to_str.h