From mboxrd@z Thu Jan 1 00:00:00 1970 From: Attilio Rao Subject: Re: [PATCH] [PATCH v4] Fetch the OVMF repository from specific git mirror and enable it Date: Tue, 20 Mar 2012 15:51:28 +0000 Message-ID: <4F68A780.8040706@citrix.com> References: <4F68B5240200007800079AA5@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4F68B5240200007800079AA5@nat28.tlf.novell.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: Jan Beulich Cc: Ian Campbell , xen-devel List-Id: xen-devel@lists.xenproject.org On 20/03/12 15:49, Jan Beulich wrote: >>>> On 20.03.12 at 16:43, Attilio Rao wrote: >>>> >> @@ -204,7 +207,11 @@ SEABIOS_UPSTREAM_TAG ?= rel-1.6.3.2 >> >> ETHERBOOT_NICS ?= rtl8139 8086100e >> >> +ifeq ($(CONFIG_Linux),y) >> +CONFIG_OVMF ?= y >> +else >> CONFIG_OVMF ?= n >> +endif >> > CONFIG_OVMF ?= $(CONFIG_Linux) > > I've followed what other places do, really, but that sounds like a good idea. Attilio