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: Corey Bryant
Subject: Re: [Qemu-devel] [PATCH V24 5/7] Add a TPM Passthrough backend driver implementation
Date: Tue, 19 Feb 2013 17:43:03 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2


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?

--
Regards,
Corey Bryant




reply via email to

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