blob: 2385635f3251444d219b914d19457194bbbf21d0 [file] [log] [blame]
Philipp Deppenwiese86391f12017-10-18 21:54:24 +02001## TSS
2
3verstage-$(CONFIG_TPM) += tss/tcg-1.2/tss.c
4verstage-$(CONFIG_TPM2) += tss/tcg-2.0/tss_marshaling.c
5verstage-$(CONFIG_TPM2) += tss/tcg-2.0/tss.c
Philipp Deppenwiese64e2d192017-10-18 17:13:07 +02006
7ifeq ($(CONFIG_VBOOT_SEPARATE_VERSTAGE),y)
Philipp Deppenwiese86391f12017-10-18 21:54:24 +02008romstage-$(CONFIG_TPM) += tss/tcg-1.2/tss.c
9romstage-$(CONFIG_TPM2) += tss/tcg-2.0/tss_marshaling.c
10romstage-$(CONFIG_TPM2) += tss/tcg-2.0/tss.c
Philipp Deppenwiese64e2d192017-10-18 17:13:07 +020011endif # CONFIG_VBOOT_SEPARATE_VERSTAGE
12
Philipp Deppenwiese86391f12017-10-18 21:54:24 +020013ramstage-$(CONFIG_TPM2) += tss/tcg-2.0/tss_marshaling.c
14ramstage-$(CONFIG_TPM2) += tss/tcg-2.0/tss.c