meson.build 970 B

1234567891011121314
  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_SYSBUS', if_true: files('tpm-sysbus.c'))
  5. system_ss.add(when: 'CONFIG_TPM_TIS_I2C', if_true: files('tpm_tis_i2c.c'))
  6. system_ss.add(when: 'CONFIG_TPM_CRB', if_true: files('tpm_crb.c'))
  7. system_ss.add(when: 'CONFIG_TPM_CRB', if_true: files('tpm_crb_common.c'))
  8. system_ss.add(when: 'CONFIG_TPM_CRB_SYSBUS', if_true: files('tpm_crb_sysbus.c'))
  9. system_ss.add(when: 'CONFIG_TPM_CRB_SYSBUS', if_true: files('tpm_crb_common.c'))
  10. system_ss.add(when: 'CONFIG_TPM_CRB_SYSBUS', if_true: files('tpm-sysbus.c'))
  11. system_ss.add(when: 'CONFIG_TPM_TIS', if_true: files('tpm_ppi.c'))
  12. system_ss.add(when: 'CONFIG_TPM_CRB', if_true: files('tpm_ppi.c'))
  13. specific_ss.add(when: 'CONFIG_TPM_SPAPR', if_true: files('tpm_spapr.c'))