From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: dead file in linux tree: scripts/Makefile.xen Date: Mon, 15 Oct 2007 14:16:07 +0100 Message-ID: <1192454167.23892.12.camel@localhost.localdomain> References: <47134EA4.76E4.0078.0@novell.com> <1192443508.22127.16.camel@localhost.localdomain> <471381AE.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <471381AE.76E4.0078.0@novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jan Beulich Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Mon, 2007-10-15 at 14:05 +0100, Jan Beulich wrote: > >>> 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: Thanks, xenrt caught this. I removed the ifdef/endif bits already, are you saying the boot-$(CONFIG_XEN) is unneeded too? > --- a/arch/x86_64/kernel/acpi/Makefile > +++ b/arch/x86_64/kernel/acpi/Makefile > @@ -7,8 +7,3 @@ obj-y += processor.o > processor-y := ../../../i386/kernel/acpi/processor.o ../../../i386/kernel/acpi/cstate.o > endif > > -boot-$(CONFIG_XEN) := ../../../i386/kernel/acpi/boot-xen.o > -ifdef CONFIG_XEN > -include $(srctree)/scripts/Makefile.xen > -obj-y := $(call cherrypickxen, $(obj-y)) > -endif > > I'm sorry for the confusion this may have created. > > Jan >