Lines Matching +full:- +full:- +full:-

3     'openpower-hw-diags',
18 package_args = ['-DPACKAGE_DIR="' + package_dir + '/"']
20 #-------------------------------------------------------------------------------
22 #-------------------------------------------------------------------------------
24 command: ['git', 'describe', '--always', '--long'],
31 #-------------------------------------------------------------------------------
33 #-------------------------------------------------------------------------------
37 #-------------------------------------------------------------------------------
39 #-------------------------------------------------------------------------------
48 if (get_option('transport-implementation')) == 'mctp-demux'
49 add_project_arguments('-DPLDM_TRANSPORT_WITH_MCTP_DEMUX', language: 'cpp')
51 add_project_arguments('-DPLDM_TRANSPORT_WITH_AF_MCTP', language: 'cpp')
55 add_project_arguments('-DPLDM_HAS_POLL=1', language: 'cpp')
60 #-------------------------------------------------------------------------------
62 #-------------------------------------------------------------------------------
68 #-------------------------------------------------------------------------------
70 #-------------------------------------------------------------------------------
77 'phosphor-logging',
78 fallback: ['phosphor-logging', 'phosphor_logging_dep'],
82 dbus_interfaces_dep = dependency('phosphor-dbus-interfaces')
92 pthread = declare_dependency(link_args: '-pthread')
93 lrt = declare_dependency(link_args: '-lrt')
105 #-------------------------------------------------------------------------------
107 #-------------------------------------------------------------------------------
115 #-------------------------------------------------------------------------------
117 #-------------------------------------------------------------------------------
123 'openpower-hw-diags',
131 'openpower-hw-diags',
145 #-------------------------------------------------------------------------------
147 #-------------------------------------------------------------------------------
155 # - It is built without `-DTEST_TRACE` and any of the util functions that
157 # to phosphor-logging in test ... yet. This issue will go away once we
159 # - Some functions related to pdbg and dbus simply cannot be built in the
161 # functions to simulate them for testing (see `test/*-sim-only.cpp`).
171 test_args = ['-DTEST_TRACE', package_args]
175 'test/dbus-sim-only.cpp',
176 'test/pdbg-sim-only.cpp',