summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinson Lee <[email protected]>2018-01-20 01:19:34 +0000
committerEric Anholt <[email protected]>2018-01-21 11:13:16 +0800
commite03c880971a074b8807d17c6ca347e653e5ac44a (patch)
treee5b7e0ebddad2607a6e9644e330f5501fe228e96
parent14abbe604b49ab068f334e4f7b71187e0bc25c45 (diff)
broadcom/vc5: Fix source file name.
Fixes: c9b2cb78972d ("vc5: add missing files to the tarball") Signed-off-by: Vinson Lee <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r--src/gallium/drivers/vc5/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources
index bc145806cc0..cbf7b656e38 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 \