blob: 5c4e7a7984d6b6dd505d784ed8ba1c12a44505f4 [file] [log] [blame]
Ramesh Iyyar1f971f22021-05-17 06:13:25 -05001# Generated file; do not modify.
2subdir('Entry')
3generated_others += custom_target(
4 'xyz/openbmc_project/HardwareIsolation/Entry__markdown'.underscorify(),
5 input: [ '../../../../yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml', ],
6 output: [ 'Entry.md' ],
7 command: [
8 sdbuspp_gen_meson_prog, '--command', 'markdown',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
11 '--directory', meson.current_source_dir() / '../../../../yaml',
12 'xyz/openbmc_project/HardwareIsolation/Entry',
13 ],
14)
15