qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V24 5/7] Add a TPM Passthrough backend driver im


From: Stefan Berger
Subject: Re: [Qemu-devel] [PATCH V24 5/7] Add a TPM Passthrough backend driver implementation
Date: Tue, 19 Feb 2013 18:30:04 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1

On 02/19/2013 05:43 PM, Corey Bryant wrote:

diff --git a/tpm/Makefile.objs b/tpm/Makefile.objs
index 94ad2e7..8abd0f9 100644
--- a/tpm/Makefile.objs
+++ b/tpm/Makefile.objs
@@ -1,4 +1,6 @@
-common-obj-y = tpm.o
+common-obj-y = tpm.o tpm_backend.o
  ifeq ($(CONFIG_TPM),y)
  common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o
  endif
+common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
+

Should the ifeq be surrounding more than just tpm_tis?

Yes, that then also eliminates the stub functions.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]