drivers/i2c/tpm: push tpm driver from verstage to libverstage
That way it's available wherever the verstage code ends up, bootblock, verstage or romstage. Change-Id: I0665e297f199acd60cff93e1b39812f183115d33 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10707 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
5f2055d0d9
commit
091b4ae7de
|
@ -1,3 +1,3 @@
|
|||
ramstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
|
||||
romstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
|
||||
verstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
|
||||
libverstage-$(CONFIG_I2C_TPM) += tis.c tpm.c
|
||||
|
|
Loading…
Reference in New Issue