drivers/i2c/tpm: Split cr50 driver from main driver
[coreboot.git] / src / drivers / i2c / tpm / Makefile.inc
blob7fcfc78d56cd80f34755333e202239ff43a7ff73
2 ramstage-$(CONFIG_I2C_TPM) += tis.c
3 romstage-$(CONFIG_I2C_TPM) += tis.c
4 verstage-$(CONFIG_I2C_TPM) += tis.c
5 bootblock-$(CONFIG_I2C_TPM) += tis.c
7 ramstage-$(CONFIG_I2C_TPM_GENERIC) += tpm.c
8 romstage-$(CONFIG_I2C_TPM_GENERIC) += tpm.c
9 verstage-$(CONFIG_I2C_TPM_GENERIC) += tpm.c
10 bootblock-$(CONFIG_I2C_TPM_GENERIC) += tpm.c
12 ramstage-$(CONFIG_I2C_TPM_CR50) += cr50.c
13 romstage-$(CONFIG_I2C_TPM_CR50) += cr50.c
14 verstage-$(CONFIG_I2C_TPM_CR50) += cr50.c
15 bootblock-$(CONFIG_I2C_TPM_CR50) += cr50.c
17 ramstage-$(CONFIG_DRIVER_I2C_TPM_ACPI) += chip.c