diff options
Diffstat (limited to 'src/gallium/drivers/vc5/Makefile.sources')
-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 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 \ |