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 /src/intel/Makefile.sources | |
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]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r-- | src/intel/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 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 \ |