MAINTAINERS: Cover docs/igd-assign.txt in VFIO section
[qemu/ar7.git] / backends / tpm / meson.build
blob857929082ea9b97305587df335344046e704416c
1 tpm_ss = ss.source_set()
3 tpm_ss.add(files('tpm_backend.c'))
4 tpm_ss.add(files('tpm_util.c'))
5 tpm_ss.add(when: 'CONFIG_TPM_PASSTHROUGH', if_true: files('tpm_passthrough.c'))
6 tpm_ss.add(when: 'CONFIG_TPM_EMULATOR', if_true: files('tpm_emulator.c'))
8 softmmu_ss.add_all(when: 'CONFIG_TPM', if_true: tpm_ss)