summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm/Makefile.inc
blob: 7fcfc78d56cd80f34755333e202239ff43a7ff73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

ramstage-$(CONFIG_I2C_TPM) += tis.c
romstage-$(CONFIG_I2C_TPM) += tis.c
verstage-$(CONFIG_I2C_TPM) += tis.c
bootblock-$(CONFIG_I2C_TPM) += tis.c

ramstage-$(CONFIG_I2C_TPM_GENERIC) += tpm.c
romstage-$(CONFIG_I2C_TPM_GENERIC) += tpm.c
verstage-$(CONFIG_I2C_TPM_GENERIC) += tpm.c
bootblock-$(CONFIG_I2C_TPM_GENERIC) += tpm.c

ramstage-$(CONFIG_I2C_TPM_CR50) += cr50.c
romstage-$(CONFIG_I2C_TPM_CR50) += cr50.c
verstage-$(CONFIG_I2C_TPM_CR50) += cr50.c
bootblock-$(CONFIG_I2C_TPM_CR50) += cr50.c

ramstage-$(CONFIG_DRIVER_I2C_TPM_ACPI) += chip.c