]> git.proxmox.com Git - mirror_qemu.git/blame - backends/tpm/meson.build
meson: Replace softmmu_ss -> system_ss
[mirror_qemu.git] / backends / tpm / meson.build
CommitLineData
0d04c4c9 1if have_tpm
de6cd759
PMD
2 system_ss.add(files('tpm_backend.c'))
3 system_ss.add(files('tpm_util.c'))
4 system_ss.add(when: 'CONFIG_TPM_PASSTHROUGH', if_true: files('tpm_passthrough.c'))
5 system_ss.add(when: 'CONFIG_TPM_EMULATOR', if_true: files('tpm_emulator.c'))
0d04c4c9 6endif