From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoF4n-0004A1-V3 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 10:36:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoF4j-00084i-2b for qemu-devel@nongnu.org; Mon, 09 Jul 2012 10:36:37 -0400 Message-ID: <4FFAEC66.2050509@freescale.com> Date: Mon, 9 Jul 2012 09:36:22 -0500 From: Scott Wood MIME-Version: 1.0 References: <20120709140429.GA25506@tyr.buserror.net> <4FFAE5A8.4000308@suse.de> In-Reply-To: <4FFAE5A8.4000308@suse.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] PPC: e500: reconditionalize on CONFIG_FDT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-ppc@nongnu.org, Alexander Graf , qemu-devel@nongnu.org On 07/09/2012 09:07 AM, Andreas F=C3=A4rber wrote: > Am 09.07.2012 16:04, schrieb Scott Wood: >> Recent patches "PPC: e500: rename mpc8544ds into generic file", "PPC: >> e500: split mpc8544ds machine from generic e500 code", and "PPC: e500: >> add generic e500 platform" moved certain e500-related files to the bot= tom >> of the makefile because they're now in ppc/, but the dependency on >> CONFIG_FDT was accidentally dropped. This broke the build when FDT >> support is not enabled. >> >> Signed-off-by: Scott Wood >=20 > Reviewed-by: Andreas F=C3=A4rber >=20 > But this can probably still be squashed into the original patches for > bisectability I hope? OK, wasn't sure what the rebase policy was once the patch is in a maintainer tree. Alex, do you want me to resend the original patchset with the fix squashed? -Scott