diff options
author | Emil Velikov <[email protected]> | 2016-04-20 18:09:22 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-01 08:38:04 +0100 |
commit | 82d0b59f02ba7041b12836874f1eb3dd2b58d979 (patch) | |
tree | cde4befde2b3c8978a8fbfb06d0c88e83b56ea81 /src/intel/vulkan/Makefile.sources | |
parent | 3ee7d8b0eb9324b56ea9386e3c1d2925eaaaa225 (diff) |
anv: use the GENERATED_FILES variable
... rather than having duplicates files through the sources lists.
Splitting things as is, has the side effect of making things clearer and
easing a potential android build. The latter of which automatically adds
BUILT_SOURCES to the binary.
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/Makefile.sources')
-rw-r--r-- | src/intel/vulkan/Makefile.sources | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources index a3b6a90bcf2..ab34bfa6e01 100644 --- a/src/intel/vulkan/Makefile.sources +++ b/src/intel/vulkan/Makefile.sources @@ -26,8 +26,6 @@ VULKAN_FILES := \ anv_descriptor_set.c \ anv_device.c \ anv_dump.c \ - anv_entrypoints.c \ - anv_entrypoints.h \ anv_formats.c \ anv_image.c \ anv_intel.c \ |