blob: 6a29bdf19bd6aefe6d6d60d7de0a5858283624e4 [file] [log] [blame]
# Generated file; do not modify.
subdir('PostCode')
generated_others += custom_target(
'xyz/openbmc_project/State/Boot/PostCode__markdown'.underscorify(),
input: [ '../../../../../yaml/xyz/openbmc_project/State/Boot/PostCode.interface.yaml', ],
output: [ 'PostCode.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../../yaml',
'xyz/openbmc_project/State/Boot/PostCode',
],
)
subdir('Progress')
generated_others += custom_target(
'xyz/openbmc_project/State/Boot/Progress__markdown'.underscorify(),
input: [ '../../../../../yaml/xyz/openbmc_project/State/Boot/Progress.interface.yaml', ],
output: [ 'Progress.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../../yaml',
'xyz/openbmc_project/State/Boot/Progress',
],
)
subdir('Raw')
generated_others += custom_target(
'xyz/openbmc_project/State/Boot/Raw__markdown'.underscorify(),
input: [ '../../../../../yaml/xyz/openbmc_project/State/Boot/Raw.interface.yaml', ],
output: [ 'Raw.md' ],
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../../yaml',
'xyz/openbmc_project/State/Boot/Raw',
],
)