ia64/xen-unstable
changeset 9990:9e5193230a4b
[IA64] linux: ia64 coreMakefile clean up
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | awilliam@xenbuild.aw |
---|---|
date | Wed May 10 15:55:21 2006 -0600 (2006-05-10) |
parents | 97dddc2e6912 |
children | 2286ce3035fc |
files | linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile |
line diff
1.1 --- a/linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile Wed May 10 15:54:00 2006 -0600 1.2 +++ b/linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile Wed May 10 15:55:21 2006 -0600 1.3 @@ -2,22 +2,16 @@ 1.4 # Makefile for the linux kernel. 1.5 # 1.6 1.7 -XENARCH := $(subst ",,$(CONFIG_XENARCH)) 1.8 - 1.9 -CPPFLAGS_vmlinux.lds += -U$(XENARCH) 1.10 - 1.11 -$(obj)/vmlinux.lds.S: 1.12 - @ln -fsn $(srctree)/arch/$(XENARCH)/kernel/vmlinux.lds.S $@ 1.13 - 1.14 - 1.15 obj-y := gnttab.o features.o 1.16 obj-$(CONFIG_PROC_FS) += xen_proc.o 1.17 1.18 ifeq ($(ARCH),ia64) 1.19 obj-y += evtchn_ia64.o 1.20 obj-y += xenia64_init.o 1.21 +ifeq ($(CONFIG_XEN_IA64_DOM0_VP),y) 1.22 +obj-$(CONFIG_NET) += skbuff.o 1.23 +endif 1.24 else 1.25 -extra-y += vmlinux.lds 1.26 obj-y += reboot.o evtchn.o fixup.o 1.27 obj-$(CONFIG_SMP) += smp.o # setup_profiling_timer def'd in ia64 1.28 obj-$(CONFIG_NET) += skbuff.o # until networking is up on ia64