blob: 72633f70e67b3d8d6068b4b74b2745f6bb58f0c9 [file] [log] [blame]
Matthew Barth94555352020-11-16 14:57:50 -06001if get_option('enable-max31785-msl')
Brad Bishop59061732019-10-07 15:48:37 -04002configure_file(
3 copy: true,
4 input: 'max31785-msl',
5 install: true,
6 install_dir: get_option('bindir'),
Anton D. Kachalov5b520cf2021-02-03 23:19:39 +01007 install_mode: 'rwxr-xr-x',
Brad Bishop59061732019-10-07 15:48:37 -04008 output: 'max31785-msl',
9)
Anton D. Kachalov5b520cf2021-02-03 23:19:39 +010010
11install_data(
12 'phosphor-max31785-msl@.service',
13 install_dir: systemd_system_unit_dir
14)
Matthew Barth94555352020-11-16 14:57:50 -060015endif