From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: Re: dead file in linux tree: scripts/Makefile.xen Date: Mon, 15 Oct 2007 14:05:18 +0100 Message-ID: <471381AE.76E4.0078.0@novell.com> References: <47134EA4.76E4.0078.0@novell.com> <1192443508.22127.16.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1192443508.22127.16.camel@localhost.localdomain> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org >>> Ian Campbell 15.10.07 12:18 >>> >On Mon, 2007-10-15 at 10:27 +0100, Jan Beulich wrote: >> Any chance this could be removed? Thanks, Jan > >Done. Thanks; I just noted however that there s a reference that I overlooked (and that can be eliminated) in arch/x86_64/kernel/acpi/Makefile: --- a/arch/x86_64/kernel/acpi/Makefile +++ b/arch/x86_64/kernel/acpi/Makefile @@ -7,8 +7,3 @@ obj-y +=3D processor.o processor-y :=3D ../../../i386/kernel/acpi/processor.o = ../../../i386/kernel/acpi/cstate.o endif =20 -boot-$(CONFIG_XEN) :=3D ../../../i386/kernel/acpi/boot-xen.o -ifdef CONFIG_XEN -include $(srctree)/scripts/Makefile.xen -obj-y :=3D $(call cherrypickxen, $(obj-y)) -endif I'm sorry for the confusion this may have created. Jan