xref: /openbmc/phosphor-hwmon/msl/meson.build (revision 6f42e356)
1if get_option('enable-max31785-msl')
2configure_file(
3    copy: true,
4    input: 'max31785-msl',
5    install: true,
6    install_dir: get_option('bindir'),
7    output: 'max31785-msl',
8)
9endif
10