1131994beSRamesh Iyyar# SPDX-License-Identifier: Apache-2.0
2131994beSRamesh Iyyar
3131994beSRamesh Iyyarphosphor_dump_manager_sources += [
43af5c32bSRamesh Iyyar        'host-transport-extensions/pldm/common/pldm_utils.cpp'
5131994beSRamesh Iyyar    ]
6131994beSRamesh Iyyar
7131994beSRamesh Iyyarphosphor_dump_manager_dependency += [ dependency('libpldm') ]
83af5c32bSRamesh Iyyar
9*7cd0528aSPatrick Williamsif get_option('openpower-dumps-extension').allowed()
103af5c32bSRamesh Iyyar    subdir('oem/ibm')
113af5c32bSRamesh Iyyarelse
123af5c32bSRamesh Iyyar    subdir('default')
133af5c32bSRamesh Iyyarendif
14