Matthew Barth | 9455535 | 2020-11-16 14:57:50 -0600 | [diff] [blame] | 1 | if get_option('enable-max31785-msl') |
Brad Bishop | 5906173 | 2019-10-07 15:48:37 -0400 | [diff] [blame] | 2 | configure_file( |
| 3 | copy: true, |
| 4 | input: 'max31785-msl', |
| 5 | install: true, |
| 6 | install_dir: get_option('bindir'), |
Anton D. Kachalov | 5b520cf | 2021-02-03 23:19:39 +0100 | [diff] [blame] | 7 | install_mode: 'rwxr-xr-x', |
Brad Bishop | 5906173 | 2019-10-07 15:48:37 -0400 | [diff] [blame] | 8 | output: 'max31785-msl', |
| 9 | ) |
Anton D. Kachalov | 5b520cf | 2021-02-03 23:19:39 +0100 | [diff] [blame] | 10 | |
| 11 | install_data( |
| 12 | 'phosphor-max31785-msl@.service', |
| 13 | install_dir: systemd_system_unit_dir |
| 14 | ) |
Matthew Barth | 9455535 | 2020-11-16 14:57:50 -0600 | [diff] [blame] | 15 | endif |