blob: 4e38f3e967abba09f089c8c919a1d0a964b0f8a0 [file] [log] [blame]
Jonathan Doman1d4979c2020-09-10 16:32:04 -07001# Generated file; do not modify.
2subdir('CurrentOperatingConfig')
3generated_others += custom_target(
4 'xyz/openbmc_project/Control/Processor/CurrentOperatingConfig__markdown'.underscorify(),
William A. Kennington III2600aff2021-06-05 12:15:23 -07005 input: [ '../../../../../xyz/openbmc_project/Control/Processor/CurrentOperatingConfig.interface.yaml', ],
Jonathan Doman1d4979c2020-09-10 16:32:04 -07006 output: [ 'CurrentOperatingConfig.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
William A. Kennington III2600aff2021-06-05 12:15:23 -070011 '--directory', meson.current_source_dir() / '../../../../..',
Jonathan Doman1d4979c2020-09-10 16:32:04 -070012 'xyz/openbmc_project/Control/Processor/CurrentOperatingConfig',
13 ],
Jonathan Doman1d4979c2020-09-10 16:32:04 -070014)
15