meson.build 580 B

123456789
  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'))
  8. specific_ss.add(when: 'CONFIG_TPM_SPAPR', if_true: files('tpm_spapr.c'))