]> git.proxmox.com Git - mirror_qemu.git/blob - backends/tpm/meson.build
Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging
[mirror_qemu.git] / backends / tpm / meson.build
1 if have_tpm
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'))
6 endif