blob: fc4c143a0b70194a028e061bd42ae378f5b1857f [file] [log] [blame]
Ramesh Iyyarbb410df2020-08-03 03:13:04 -05001# SPDX-License-Identifier: Apache-2.0
2
3phosphor_dump_manager_sources += [
Ramesh Iyyar3af5c322020-12-04 00:38:42 -06004 'host-transport-extensions/pldm/common/pldm_utils.cpp'
Ramesh Iyyarbb410df2020-08-03 03:13:04 -05005 ]
6
7phosphor_dump_manager_dependency += [ dependency('libpldm') ]
Ramesh Iyyar3af5c322020-12-04 00:38:42 -06008
9if get_option('openpower-dumps-extension').enabled()
10 subdir('oem/ibm')
11else
12 subdir('default')
13endif