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