ipa: raspberrypi: Rename md_parser.cpp to md_parser_smia.cpp

The file implements the MdParserSmia class, so change the file name to reflect
this.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Naushir Patuck 2021-06-14 10:53:37 +01:00 committed by Laurent Pinchart
parent f1dbf97eed
commit 12350a90e8
2 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,7 @@ rpi_ipa_includes = [
rpi_ipa_sources = files([ rpi_ipa_sources = files([
'raspberrypi.cpp', 'raspberrypi.cpp',
'md_parser.cpp', 'md_parser_smia.cpp',
'cam_helper.cpp', 'cam_helper.cpp',
'cam_helper_ov5647.cpp', 'cam_helper_ov5647.cpp',
'cam_helper_imx219.cpp', 'cam_helper_imx219.cpp',