1# Generated file; do not modify.
2subdir('Buttons')
3subdir('Common')
4generated_others += custom_target(
5    'xyz/openbmc_project/Chassis/Common__markdown'.underscorify(),
6    input: [ '../../../../xyz/openbmc_project/Chassis/Common.errors.yaml',  ],
7    output: [ 'Common.md' ],
8    command: [
9        sdbuspp_gen_meson_prog, '--command', 'markdown',
10        '--output', meson.current_build_dir(),
11        '--tool', sdbusplusplus_prog,
12        '--directory', meson.current_source_dir() / '../../../..',
13        'xyz/openbmc_project/Chassis/Common',
14    ],
15)
16
17subdir('Control')
18subdir('Intrusion')
19generated_others += custom_target(
20    'xyz/openbmc_project/Chassis/Intrusion__markdown'.underscorify(),
21    input: [ '../../../../xyz/openbmc_project/Chassis/Intrusion.interface.yaml',  ],
22    output: [ 'Intrusion.md' ],
23    command: [
24        sdbuspp_gen_meson_prog, '--command', 'markdown',
25        '--output', meson.current_build_dir(),
26        '--tool', sdbusplusplus_prog,
27        '--directory', meson.current_source_dir() / '../../../..',
28        'xyz/openbmc_project/Chassis/Intrusion',
29    ],
30)
31
32