blob: 1ecfecaa490406863213847ba76158c923f68ea7 [file] [log] [blame]
# Generated file; do not modify.
subdir('Group')
generated_others += custom_target(
'xyz/openbmc_project/Led/Group__markdown'.underscorify(),
input: [ '../../../../xyz/openbmc_project/Led/Group.interface.yaml', ],
output: [ 'Group.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../..',
'xyz/openbmc_project/Led/Group',
],
)
subdir('Physical')
generated_others += custom_target(
'xyz/openbmc_project/Led/Physical__markdown'.underscorify(),
input: [ '../../../../xyz/openbmc_project/Led/Physical.interface.yaml', ],
output: [ 'Physical.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../..',
'xyz/openbmc_project/Led/Physical',
],
)