blob: 3f33ebc30311d80792c788a90668c6b389f0b29c [file] [log] [blame]
Patrick Williamsd9632142020-06-24 16:12:44 -05001# Generated file; do not modify.
2subdir('Common')
3subdir('Control')
4subdir('Host')
5generated_others += custom_target(
6 'org/open_power/Host__markdown'.underscorify(),
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -07007 input: [ '../../../yaml/org/open_power/Host.errors.yaml', ],
Patrick Williamsd9632142020-06-24 16:12:44 -05008 output: [ 'Host.md' ],
9 command: [
10 sdbuspp_gen_meson_prog, '--command', 'markdown',
11 '--output', meson.current_build_dir(),
12 '--tool', sdbusplusplus_prog,
William A. Kennington IIIb1b4d262021-06-05 12:22:23 -070013 '--directory', meson.current_source_dir() / '../../../yaml',
Patrick Williamsd9632142020-06-24 16:12:44 -050014 'org/open_power/Host',
15 ],
Patrick Williamsd9632142020-06-24 16:12:44 -050016)
17
18subdir('Inventory')
19subdir('Logging')
20subdir('OCC')
21subdir('Proc')
22subdir('Sensor')