1# SPDX-License-Identifier: Apache-2.0
2
3phosphor_dump_manager_sources += [
4        'host-transport-extensions/pldm/common/pldm_utils.cpp'
5    ]
6
7phosphor_dump_manager_dependency += [ dependency('libpldm') ]
8
9if get_option('openpower-dumps-extension').allowed()
10    subdir('oem/ibm')
11else
12    subdir('default')
13endif
14