blob: 61cbe76dc059bc50539ece5d367e0d4851433f62 [file] [log] [blame]
# Generated file; do not modify.
subdir('Status')
generated_others += custom_target(
'xyz/openbmc_project/Nvme/Status__markdown'.underscorify(),
input: [ '../../../../xyz/openbmc_project/Nvme/Status.interface.yaml', ],
output: [ 'Status.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../..',
'xyz/openbmc_project/Nvme/Status',
],
)