Compile the TPM passthrough device emulation on ppc64. Signed-off-by: Stefan Berger <stef...@linux.vnet.ibm.com>
--- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 409edf9..d260057 100755 --- a/configure +++ b/configure @@ -3029,7 +3029,8 @@ fi ########################################## # TPM passthrough is only on x86 Linux -if test "$targetos" = Linux && test "$cpu" = i386 -o "$cpu" = x86_64; then +if test "$targetos" = Linux && test "$cpu" = i386 -o "$cpu" = x86_64 \ + -o "$cpu" = ppc64; then tpm_passthrough=$tpm else tpm_passthrough=no -- 1.9.3