[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [IA64] linux: ia64 coreMakefile clean up
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |