2021-12-21 12:38:27 +01:00
|
|
|
if have_tpm
|
2023-06-13 15:33:47 +02: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 12:38:27 +01:00
|
|
|
endif
|