WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [IA64] linux: ia64 coreMakefile clean up

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [IA64] linux: ia64 coreMakefile clean up
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 23 May 2006 12:44:31 +0000
Delivery-date: Tue, 23 May 2006 05:49:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 9e5193230a4b87b51716c329890716045e7470d5
# Parent  97dddc2e691285cd39ffc9ad0bc89b442a2e2ad1
[IA64] linux: ia64 coreMakefile clean up

Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
 linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff -r 97dddc2e6912 -r 9e5193230a4b 
linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile
--- a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile   Wed May 10 
15:54:00 2006 -0600
+++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile   Wed May 10 
15:55:21 2006 -0600
@@ -1,14 +1,6 @@
 #
 # Makefile for the linux kernel.
 #
-
-XENARCH        := $(subst ",,$(CONFIG_XENARCH))
-
-CPPFLAGS_vmlinux.lds += -U$(XENARCH)
-
-$(obj)/vmlinux.lds.S:
-       @ln -fsn $(srctree)/arch/$(XENARCH)/kernel/vmlinux.lds.S $@
-
 
 obj-y   := gnttab.o features.o
 obj-$(CONFIG_PROC_FS) += xen_proc.o
@@ -16,8 +8,10 @@ ifeq ($(ARCH),ia64)
 ifeq ($(ARCH),ia64)
 obj-y   += evtchn_ia64.o
 obj-y   += xenia64_init.o
+ifeq ($(CONFIG_XEN_IA64_DOM0_VP),y)
+obj-$(CONFIG_NET)     += skbuff.o
+endif
 else
-extra-y += vmlinux.lds
 obj-y   += reboot.o evtchn.o fixup.o 
 obj-$(CONFIG_SMP)     += smp.o         # setup_profiling_timer def'd in ia64
 obj-$(CONFIG_NET)     += skbuff.o      # until networking is up on ia64

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] linux: ia64 coreMakefile clean up, Xen patchbot-unstable <=