blob: 3eb5de0518331da972264b5ab123d1cf59bb5f59 (
plain)
1
2
3
4
5
6
|
ramstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
romstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
verstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
bootblock-$(CONFIG_I2C_TPM) += tis.c tpm.c
ramstage-$(CONFIG_DRIVER_I2C_TPM_ACPI) += chip.c
|