On 2 March 2017 at 05:28, Jason Ekstrand wrote:
> --- a/src/intel/Makefile.sources
> +++ b/src/intel/Makefile.sources
> +VULKAN_GEN7_FILES := \
> + vulkan/gen7_cmd_buffer.c \
> +$(VULKAN_GENX_FILES)
> +
> +VULKAN_GEN75_FILES := \
> + vulkan/gen7_cmd_buffer.c \
> +$(VU
Admittedly, it's actually rather painful give how many different bits we
have to build, to set LDADD, CFLAGS, CPPFLAGS, etc for each one.
---
src/Makefile.am | 5 --
src/intel/Makefile.am| 8 ++
src/intel/Makefile.sources | 65 ++
src/intel/Makefile.vulkan.a