blob: e36ab707410092342b7350423dcf16192843478c [file] [log] [blame]
# Generated file; do not modify.
subdir('Common')
generated_others += custom_target(
'xyz/openbmc_project/BIOSConfig/Common__markdown'.underscorify(),
input: [ '../../../../yaml/xyz/openbmc_project/BIOSConfig/Common.errors.yaml', ],
output: [ 'Common.md' ],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../yaml',
'xyz/openbmc_project/BIOSConfig/Common',
],
)
subdir('Manager')
generated_others += custom_target(
'xyz/openbmc_project/BIOSConfig/Manager__markdown'.underscorify(),
input: [ '../../../../yaml/xyz/openbmc_project/BIOSConfig/Manager.interface.yaml', ],
output: [ 'Manager.md' ],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../yaml',
'xyz/openbmc_project/BIOSConfig/Manager',
],
)
subdir('Password')
generated_others += custom_target(
'xyz/openbmc_project/BIOSConfig/Password__markdown'.underscorify(),
input: [ '../../../../yaml/xyz/openbmc_project/BIOSConfig/Password.interface.yaml', ],
output: [ 'Password.md' ],
depend_files: sdbusplusplus_depfiles,
command: [
sdbuspp_gen_meson_prog, '--command', 'markdown',
'--output', meson.current_build_dir(),
'--tool', sdbusplusplus_prog,
'--directory', meson.current_source_dir() / '../../../../yaml',
'xyz/openbmc_project/BIOSConfig/Password',
],
)