Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('GPIODeviceDetect') |
Jagpal Singh Gill | eece810 | 2024-11-21 23:24:10 -0800 | [diff] [blame] | 3 | subdir('GPIOLeakDetector') |
Alexander Hansen | 7b5b4e8 | 2024-11-08 11:24:25 +0100 | [diff] [blame] | 4 | |
| 5 | sdbusplus_current_path = 'xyz/openbmc_project/Configuration' |
| 6 | |
| 7 | generated_markdown += custom_target( |
| 8 | 'xyz/openbmc_project/Configuration/GPIODeviceDetect__markdown'.underscorify(), |
| 9 | input: [ '../../../../yaml/xyz/openbmc_project/Configuration/GPIODeviceDetect.interface.yaml', ], |
| 10 | output: [ 'GPIODeviceDetect.md' ], |
| 11 | depend_files: sdbusplusplus_depfiles, |
| 12 | command: [ |
| 13 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 14 | '--output', meson.current_build_dir(), |
| 15 | '--tool', sdbusplusplus_prog, |
| 16 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 17 | 'xyz/openbmc_project/Configuration/GPIODeviceDetect', |
| 18 | ], |
| 19 | install: should_generate_markdown, |
| 20 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 21 | build_by_default: should_generate_markdown, |
| 22 | ) |
| 23 | |
Jagpal Singh Gill | eece810 | 2024-11-21 23:24:10 -0800 | [diff] [blame] | 24 | generated_markdown += custom_target( |
| 25 | 'xyz/openbmc_project/Configuration/GPIOLeakDetector__markdown'.underscorify(), |
| 26 | input: [ '../../../../yaml/xyz/openbmc_project/Configuration/GPIOLeakDetector.interface.yaml', ], |
| 27 | output: [ 'GPIOLeakDetector.md' ], |
| 28 | depend_files: sdbusplusplus_depfiles, |
| 29 | command: [ |
| 30 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 31 | '--output', meson.current_build_dir(), |
| 32 | '--tool', sdbusplusplus_prog, |
| 33 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 34 | 'xyz/openbmc_project/Configuration/GPIOLeakDetector', |
| 35 | ], |
| 36 | install: should_generate_markdown, |
| 37 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 38 | build_by_default: should_generate_markdown, |
| 39 | ) |
| 40 | |