Merge remote-tracking branch 'qemu-project/master'
[qemu/ar7.git] / hw / tpm / meson.build
blob6968e60b3f7c193e57e19f1c645b811b6755d521
1 system_ss.add(when: 'CONFIG_TPM_TIS', if_true: files('tpm_tis_common.c'))
2 system_ss.add(when: 'CONFIG_TPM_TIS_ISA', if_true: files('tpm_tis_isa.c'))
3 system_ss.add(when: 'CONFIG_TPM_TIS_SYSBUS', if_true: files('tpm_tis_sysbus.c'))
4 system_ss.add(when: 'CONFIG_TPM_TIS_I2C', if_true: files('tpm_tis_i2c.c'))
5 system_ss.add(when: 'CONFIG_TPM_CRB', if_true: files('tpm_crb.c'))
6 system_ss.add(when: 'CONFIG_TPM_TIS', if_true: files('tpm_ppi.c'))
7 system_ss.add(when: 'CONFIG_TPM_CRB', if_true: files('tpm_ppi.c'))
9 specific_ss.add(when: 'CONFIG_TPM_SPAPR', if_true: files('tpm_spapr.c'))