diff options
author | Emil Velikov <[email protected]> | 2016-09-19 12:46:37 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-10-06 15:03:46 +0100 |
commit | a42115d6e24503c2835c58092c0c8db0858ae214 (patch) | |
tree | 2e091086560b64cf59f8902cd1bfb32974f464ca | |
parent | b84234fd28ceb7c8527a50759df7aa9da8005ecb (diff) |
intel: automake: reference the correct header
The header was renamed with earlier commit, so update the
Makefile.sources respectively.
{vulkan/genX_multisample.h => common/gen_sample_positions.h}
Fixes: c779ad3e661("intel: Move Vulkan sample positions to common code")
Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r-- | src/intel/Makefile.sources | 3 | ||||
-rw-r--r-- | src/intel/vulkan/Makefile.sources | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index 94073d2d959..22ca63bc388 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -10,7 +10,8 @@ COMMON_FILES = \ common/gen_device_info.c \ common/gen_device_info.h \ common/gen_l3_config.c \ - common/gen_l3_config.h + common/gen_l3_config.h \ + common/gen_sample_positions.h GENXML_GENERATED_FILES = \ genxml/gen4_pack.h \ diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources index d1516937264..dfebe05e000 100644 --- a/src/intel/vulkan/Makefile.sources +++ b/src/intel/vulkan/Makefile.sources @@ -46,7 +46,6 @@ VULKAN_FILES := \ anv_util.c \ anv_wsi.c \ anv_wsi.h \ - genX_multisample.h \ genX_pipeline_util.h \ vk_format_info.h |