diff options
author | Vinson Lee <vlee@freedesktop.org> | 2018-01-20 01:19:34 +0000 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2018-01-21 11:13:16 +0800 |
commit | e03c880971a074b8807d17c6ca347e653e5ac44a (patch) | |
tree | e5b7e0ebddad2607a6e9644e330f5501fe228e96 /src/gallium/drivers/vc5 | |
parent | 14abbe604b49ab068f334e4f7b71187e0bc25c45 (diff) |
broadcom/vc5: Fix source file name.
Fixes: c9b2cb78972d ("vc5: add missing files to the tarball")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/gallium/drivers/vc5')
-rw-r--r-- | src/gallium/drivers/vc5/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources index bc145806cc..cbf7b656e3 100644 --- a/src/gallium/drivers/vc5/Makefile.sources +++ b/src/gallium/drivers/vc5/Makefile.sources @@ -18,7 +18,7 @@ C_SOURCES := \ vc5_screen.c \ vc5_screen.h \ vc5_simulator.c \ - vc5_simulator_wrapper.c \ + vc5_simulator_wrapper.cpp \ vc5_simulator_wrapper.h \ vc5_tiling.c \ vc5_tiling.h \ |