panfrost: rename *.cc files to *.cpp

This extension caused them to be missed by clang-format.

Suggested-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23264>
This commit is contained in:
Eric Engestrom
2023-05-26 17:23:54 +01:00
committed by Eric Engestrom
parent 63c3768cf3
commit a1b27c364f
3 changed files with 2 additions and 2 deletions

View File

@@ -5,8 +5,8 @@
# SPDX-License-Identifier: MIT
pps_panfrost_sources = [
'pan_pps_perf.cc',
'pan_pps_driver.cc'
'pan_pps_perf.cpp',
'pan_pps_driver.cpp'
]
pps_panfrost_includes = [inc_include, inc_src, inc_tool]