tpm_extendpcr: Build does not depend on tpm plugin but libtpmtss

The utility basically requires a TSS, the tpm plugin is not used at all.
This commit is contained in:
Tobias Brunner
2021-08-23 10:44:41 +02:00
parent 0eb1d6c0e6
commit 4aa6da69aa
+1 -1
View File
@@ -143,6 +143,6 @@ if USE_AIKGEN
SUBDIRS += aikgen
endif
if USE_TPM
if USE_LIBTPMTSS
SUBDIRS += tpm_extendpcr
endif