From e03c880971a074b8807d17c6ca347e653e5ac44a Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 20 Jan 2018 01:19:34 +0000 Subject: [PATCH] broadcom/vc5: Fix source file name. Fixes: c9b2cb78972d ("vc5: add missing files to the tarball") Signed-off-by: Vinson Lee Reviewed-by: Eric Anholt --- 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 bc14580..cbf7b65 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 \ -- 2.7.4