diff options
author | Jason Ekstrand <[email protected]> | 2015-07-15 15:34:41 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-07-15 16:56:28 -0700 |
commit | da4d9f6c7c739156eed5e887dd43df9c4d6e567f (patch) | |
tree | a093706a2f06e1f2e5385efeb14d3df98b6bf9b3 /src/vulkan/Makefile.am | |
parent | d8620991989224b8a363be8e998910748b098a57 (diff) |
vk: Move most of the anv_Cmd related stuff to its own file
Diffstat (limited to 'src/vulkan/Makefile.am')
-rw-r--r-- | src/vulkan/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vulkan/Makefile.am b/src/vulkan/Makefile.am index 9d136bdb208..5147f6c69d0 100644 --- a/src/vulkan/Makefile.am +++ b/src/vulkan/Makefile.am @@ -58,6 +58,7 @@ libvulkan_la_SOURCES = \ gem.c \ device.c \ anv_cmd_buffer.c \ + anv_cmd_emit.c \ aub.c \ allocator.c \ util.c \ |