blob: 305c3f51913ea1ecd4bf37216fcf431bcda382cb [file] [log] [blame]
George Liu4b062012020-10-13 15:26:58 +08001# Generated file; do not modify.
2subdir('Fru')
3subdir('Mapper')
4generated_others += custom_target(
5 'xyz/openbmc_project/Led/Mapper__markdown'.underscorify(),
George Liue367cea2021-05-04 10:25:43 +08006 input: [ meson.project_source_root() / 'xyz/openbmc_project/Led/Mapper.errors.yaml', ],
George Liu4b062012020-10-13 15:26:58 +08007 output: [ 'Mapper.md' ],
8 command: [
9 sdbuspp_gen_meson_prog, '--command', 'markdown',
10 '--output', meson.current_build_dir(),
11 '--tool', sdbusplusplus_prog,
George Liue367cea2021-05-04 10:25:43 +080012 '--directory', meson.project_source_root(),
George Liu4b062012020-10-13 15:26:58 +080013 'xyz/openbmc_project/Led/Mapper',
14 ],
15 build_by_default: true,
16)
17