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(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 6 | input: [ '../../../../yaml/xyz/openbmc_project/Chassis/Common.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 7 | output: [ 'Common.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 8 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 9 | command: [ |
| 10 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 11 | '--output', meson.current_build_dir(), |
| 12 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 13 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 14 | 'xyz/openbmc_project/Chassis/Common', |
| 15 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 16 | ) |
| 17 | |
| 18 | subdir('Control') |
| 19 | subdir('Intrusion') |
| 20 | generated_others += custom_target( |
| 21 | 'xyz/openbmc_project/Chassis/Intrusion__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 22 | input: [ '../../../../yaml/xyz/openbmc_project/Chassis/Intrusion.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 23 | output: [ 'Intrusion.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 24 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 25 | command: [ |
| 26 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 27 | '--output', meson.current_build_dir(), |
| 28 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 29 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 30 | 'xyz/openbmc_project/Chassis/Intrusion', |
| 31 | ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 32 | ) |
| 33 | |