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:

committed by
Eric Engestrom

parent
63c3768cf3
commit
a1b27c364f
@@ -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]
|
||||
|
Reference in New Issue
Block a user