Mesa (master): broadcom/vc5: Fix source file name.

Eric Anholt anholt at kemper.freedesktop.org
Sun Jan 21 03:14:15 UTC 2018


Module: Mesa
Branch: master
Commit: e03c880971a074b8807d17c6ca347e653e5ac44a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e03c880971a074b8807d17c6ca347e653e5ac44a

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Sat Jan 20 01:19:34 2018 +0000

broadcom/vc5: Fix source file name.

Fixes: c9b2cb78972d ("vc5: add missing files to the tarball")
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
Reviewed-by: Eric Anholt <eric at anholt.net>

---

 src/gallium/drivers/vc5/Makefile.sources | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \




More information about the mesa-commit mailing list