aboutsummaryrefslogtreecommitdiff
path: root/backends/tpm/meson.build
blob: 7f2503f84e979fd57bdb16c3c0a66378b8db84bc (plain)
1
2
3
4
5
6
if have_tpm
  softmmu_ss.add(files('tpm_backend.c'))
  softmmu_ss.add(files('tpm_util.c'))
  softmmu_ss.add(when: 'CONFIG_TPM_PASSTHROUGH', if_true: files('tpm_passthrough.c'))
  softmmu_ss.add(when: 'CONFIG_TPM_EMULATOR', if_true: files('tpm_emulator.c'))
endif