diff options
author | Emil Velikov <emil.velikov@collabora.com> | 2018-01-23 11:52:49 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2018-01-25 17:06:28 +0000 |
commit | 265d36c890a0805736869d12be5a1ea8e0a566c5 (patch) | |
tree | a2272b29739c2627954fa3191f206161c03a9e66 /src/gallium | |
parent | 4fe662c58f6453b3558de479e7c2bfe4158dc26c (diff) |
automake: vc5: remove non-applicable v3dx_simulator.h
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/vc5/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources index cbf7b656e3..0259ecc99b 100644 --- a/src/gallium/drivers/vc5/Makefile.sources +++ b/src/gallium/drivers/vc5/Makefile.sources @@ -29,7 +29,6 @@ VC5_PER_VERSION_SOURCES = \ v3dx_context.h \ v3dx_format_table.c \ v3dx_simulator.c \ - v3dx_simulator.h \ vc5_draw.c \ vc5_emit.c \ vc5_rcl.c \ |