blob: 9a6171b5d07b6d8efa16cc0bf31446adf3303042 [file] [log] [blame]
Alexander Hansen7b5b4e82024-11-08 11:24:25 +01001# Generated file; do not modify.
2subdir('GPIODeviceDetect')
Jagpal Singh Gilleece8102024-11-21 23:24:10 -08003subdir('GPIOLeakDetector')
Alexander Hansen7b5b4e82024-11-08 11:24:25 +01004
5sdbusplus_current_path = 'xyz/openbmc_project/Configuration'
6
7generated_markdown += custom_target(
8 'xyz/openbmc_project/Configuration/GPIODeviceDetect__markdown'.underscorify(),
9 input: [ '../../../../yaml/xyz/openbmc_project/Configuration/GPIODeviceDetect.interface.yaml', ],
10 output: [ 'GPIODeviceDetect.md' ],
11 depend_files: sdbusplusplus_depfiles,
12 command: [
13 sdbuspp_gen_meson_prog, '--command', 'markdown',
14 '--output', meson.current_build_dir(),
15 '--tool', sdbusplusplus_prog,
16 '--directory', meson.current_source_dir() / '../../../../yaml',
17 'xyz/openbmc_project/Configuration/GPIODeviceDetect',
18 ],
19 install: should_generate_markdown,
20 install_dir: [inst_markdown_dir / sdbusplus_current_path],
21 build_by_default: should_generate_markdown,
22)
23
Jagpal Singh Gilleece8102024-11-21 23:24:10 -080024generated_markdown += custom_target(
25 'xyz/openbmc_project/Configuration/GPIOLeakDetector__markdown'.underscorify(),
26 input: [ '../../../../yaml/xyz/openbmc_project/Configuration/GPIOLeakDetector.interface.yaml', ],
27 output: [ 'GPIOLeakDetector.md' ],
28 depend_files: sdbusplusplus_depfiles,
29 command: [
30 sdbuspp_gen_meson_prog, '--command', 'markdown',
31 '--output', meson.current_build_dir(),
32 '--tool', sdbusplusplus_prog,
33 '--directory', meson.current_source_dir() / '../../../../yaml',
34 'xyz/openbmc_project/Configuration/GPIOLeakDetector',
35 ],
36 install: should_generate_markdown,
37 install_dir: [inst_markdown_dir / sdbusplus_current_path],
38 build_by_default: should_generate_markdown,
39)
40