Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Buttons') |
| 3 | subdir('Common') |
| 4 | generated_others += custom_target( |
| 5 | 'xyz/openbmc_project/Chassis/Common__markdown'.underscorify(), |
| 6 | input: [ meson.source_root() / '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.source_root(), |
| 13 | 'xyz/openbmc_project/Chassis/Common', |
| 14 | ], |
| 15 | build_by_default: true, |
| 16 | ) |
| 17 | |
| 18 | subdir('Control') |
| 19 | subdir('Intrusion') |
| 20 | generated_others += custom_target( |
| 21 | 'xyz/openbmc_project/Chassis/Intrusion__markdown'.underscorify(), |
| 22 | input: [ meson.source_root() / 'xyz/openbmc_project/Chassis/Intrusion.interface.yaml', ], |
| 23 | output: [ 'Intrusion.md' ], |
| 24 | command: [ |
| 25 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 26 | '--output', meson.current_build_dir(), |
| 27 | '--tool', sdbusplusplus_prog, |
| 28 | '--directory', meson.source_root(), |
| 29 | 'xyz/openbmc_project/Chassis/Intrusion', |
| 30 | ], |
| 31 | build_by_default: true, |
| 32 | ) |
| 33 | |