2021-12-21 14:38:27 +03:00
|
|
|
if have_tpm
|
2023-06-13 16:33:47 +03:00
|
|
|
system_ss.add(files('tpm_backend.c'))
|
|
|
|
system_ss.add(files('tpm_util.c'))
|
|
|
|
system_ss.add(when: 'CONFIG_TPM_PASSTHROUGH', if_true: files('tpm_passthrough.c'))
|
|
|
|
system_ss.add(when: 'CONFIG_TPM_EMULATOR', if_true: files('tpm_emulator.c'))
|
2021-12-21 14:38:27 +03:00
|
|
|
endif
|