From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e78V3-0002rv-1h for qemu-devel@nongnu.org; Tue, 24 Oct 2017 19:20:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e78Uz-0003Ue-UJ for qemu-devel@nongnu.org; Tue, 24 Oct 2017 19:20:45 -0400 From: Juan Quintela In-Reply-To: <20171024122045.30072-4-f4bug@amsat.org> ("Philippe =?utf-8?Q?Mathieu-Daud=C3=A9=22's?= message of "Tue, 24 Oct 2017 09:20:44 -0300") References: <20171024122045.30072-1-f4bug@amsat.org> <20171024122045.30072-4-f4bug@amsat.org> Reply-To: quintela@redhat.com Date: Wed, 25 Oct 2017 01:20:33 +0200 Message-ID: <8760b4nnem.fsf@secure.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 3/4] tpm: remove unnecessary #ifdef CONFIG_TPM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= Cc: BALATON Zoltan , "Richard W . M . Jones" , =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , Stefan Berger , Amarnath Valluri , Peter Maydell , qemu-devel@nongnu.org, qemu-trivial@nongnu.org, =?utf-8?Q?Marc-Andr?= =?utf-8?Q?=C3=A9?= Lureau , "Dr . David Alan Gilbert" , Peter Xu Philippe Mathieu-Daud=C3=A9 wrote: > Makefile.objs now checks for $(CONFIG_TPM). > > Suggested-by: Stefan Berger > Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Juan Quintela