George Liu | 4b06201 | 2020-10-13 15:26:58 +0800 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Fru') |
| 3 | subdir('Mapper') |
| 4 | generated_others += custom_target( |
| 5 | 'xyz/openbmc_project/Led/Mapper__markdown'.underscorify(), |
George Liu | e367cea | 2021-05-04 10:25:43 +0800 | [diff] [blame] | 6 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Led/Mapper.errors.yaml', ], |
George Liu | 4b06201 | 2020-10-13 15:26:58 +0800 | [diff] [blame] | 7 | output: [ 'Mapper.md' ], |
| 8 | command: [ |
| 9 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 10 | '--output', meson.current_build_dir(), |
| 11 | '--tool', sdbusplusplus_prog, |
George Liu | e367cea | 2021-05-04 10:25:43 +0800 | [diff] [blame] | 12 | '--directory', meson.project_source_root(), |
George Liu | 4b06201 | 2020-10-13 15:26:58 +0800 | [diff] [blame] | 13 | 'xyz/openbmc_project/Led/Mapper', |
| 14 | ], |
| 15 | build_by_default: true, |
| 16 | ) |
| 17 | |