blob: ce0db60d499199479a45e829e48ee943f8574058 [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(),
6 input: [ meson.source_root() / 'xyz/openbmc_project/Led/Mapper.errors.yaml', ],
7 output: [ 'Mapper.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/Led/Mapper',
14 ],
15 build_by_default: true,
16)
17