blob: 7077aa5997b94f98bc01445cc7fd6e07879c08b6 [file] [log] [blame] [edit]
# Generated file; do not modify.
subdir('MetricStore')
generated_others += custom_target(
'xyz/openbmc_project/NVMe/MetricStore__markdown'.underscorify(),
input: [ '../../../../yaml/xyz/openbmc_project/NVMe/MetricStore.interface.yaml', ],
output: [ 'MetricStore.md' ],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../yaml',
'xyz/openbmc_project/NVMe/MetricStore',
],
)
subdir('NVMeAdmin')
generated_others += custom_target(
'xyz/openbmc_project/NVMe/NVMeAdmin__markdown'.underscorify(),
input: [ '../../../../yaml/xyz/openbmc_project/NVMe/NVMeAdmin.interface.yaml', ],
output: [ 'NVMeAdmin.md' ],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../yaml',
'xyz/openbmc_project/NVMe/NVMeAdmin',
],
)