d88fb36e61
* Rename tlcl* to tss* as tpm software stack layer. * Fix inconsistent naming. Change-Id: I206dd6a32dbd303a6d4d987e424407ebf5c518fa Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org> Reviewed-on: https://review.coreboot.org/22104 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
12 lines
443 B
Makefile
12 lines
443 B
Makefile
verstage-$(CONFIG_TPM) += tcg-1.2/tss.c
|
|
verstage-$(CONFIG_TPM2) += tcg-2.0/tss_marshaling.c
|
|
verstage-$(CONFIG_TPM2) += tcg-2.0/tss.c
|
|
|
|
ifeq ($(CONFIG_VBOOT_SEPARATE_VERSTAGE),y)
|
|
romstage-$(CONFIG_TPM) += tcg-1.2/tss.c
|
|
romstage-$(CONFIG_TPM2) += tcg-2.0/tss_marshaling.c
|
|
romstage-$(CONFIG_TPM2) += tcg-2.0/tss.c
|
|
endif # CONFIG_VBOOT_SEPARATE_VERSTAGE
|
|
|
|
ramstage-$(CONFIG_TPM2) += tcg-2.0/tss_marshaling.c
|
|
ramstage-$(CONFIG_TPM2) += tcg-2.0/tss.c
|