blob: 462bc8219e2418d0093331efc32cbc98c0f72b45 [file] [log] [blame]
Matthew Barth94555352020-11-16 14:57:50 -06001if get_option('enable-max31785-msl')
Patrick Williamsa385d892025-02-01 08:37:40 -05002 configure_file(
3 copy: true,
4 input: 'max31785-msl',
5 install: true,
6 install_dir: get_option('bindir'),
7 install_mode: 'rwxr-xr-x',
8 output: 'max31785-msl',
9 )
Anton D. Kachalov5b520cf2021-02-03 23:19:39 +010010
Patrick Williamsa385d892025-02-01 08:37:40 -050011 install_data(
12 'phosphor-max31785-msl@.service',
13 install_dir: systemd_system_unit_dir,
14 )
Matthew Barth94555352020-11-16 14:57:50 -060015endif