# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Node ID 18a7bc2d0f2e7bf1b5fca956322e9b8e7edb0022 # Parent 6c59c23ea08a758b329c25c655d43de8b619ee66 coreMakefile clean up. PATCHNAME: arch_ia64_xen_drivers_core_makefile_linux Signed-off-by: Isaku Yamahata diff -r 6c59c23ea08a -r 18a7bc2d0f2e 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:33:04 2006 +0900 +++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile Wed May 10 15:33:06 2006 +0900 @@ -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