Manojkiran Eda | 2cff301 | 2022-09-10 03:00:43 -0500 | [diff] [blame] | 1 | subdir('scripts') |
| 2 | |
Manojkiran Eda | fec5d59 | 2021-01-21 12:27:34 +0530 | [diff] [blame] | 3 | configure_file( |
| 4 | copy: true, |
| 5 | input: 'pldm-create-phyp-nvram.service', |
| 6 | install: true, |
| 7 | install_dir: systemd_system_unit_dir, |
| 8 | output: 'pldm-create-phyp-nvram.service', |
| 9 | ) |
Adriana Kobylak | 0922275 | 2021-08-16 15:28:37 +0000 | [diff] [blame] | 10 | configure_file( |
Manojkiran Eda | fec5d59 | 2021-01-21 12:27:34 +0530 | [diff] [blame] | 11 | copy: true, |
| 12 | input: 'pldm-create-phyp-nvram-cksum.service', |
| 13 | install: true, |
| 14 | install_dir: systemd_system_unit_dir, |
| 15 | output: 'pldm-create-phyp-nvram-cksum.service', |
| 16 | ) |