From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] arm: clean up build variables Date: Fri, 29 Jan 2016 14:35:38 +0000 Message-ID: <1454078138.28781.21.camel@citrix.com> References: <1453326479-19885-1-git-send-email-cardoe@cardoe.com> <1453721226.4320.127.camel@citrix.com> <56A8D479.2060303@cardoe.com> <56A8E5EF02000078000CB9E5@prv-mh.provo.novell.com> <1453907131.26591.29.camel@citrix.com> <56A8DE3B.7020409@cardoe.com> <1453908284.26591.30.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1453908284.26591.30.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Doug Goldstein , Jan Beulich Cc: Stefano Stabellini , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2016-01-27 at 15:24 +0000, Ian Campbell wrote: > On Wed, 2016-01-27 at 09:11 -0600, Doug Goldstein wrote: > > On 1/27/16 9:05 AM, Ian Campbell wrote: > > > Indeed, I was referring to the change from: > > > > > > -ifeq (arm64,$(XEN_TARGET_ARCH)) > > > > > > to > > > > > > +ifdef CONFIG_ARM_64 > > > > > > While: > > > > > > ifeq ($(CONFIG_ARM_64),y) > > > > > > is the more prevalent style. > > > > > > Ian. > > > > > > > Oh sure. We can do that. Would you like me to send a v2 or are you > > comfortable squashing that into the patch? > > I may as well just do it, thanks. Pushed with that change, thanks. Ian.