ia64/xen-unstable
view config/Linux.mk @ 19747:7f9286d21706
x86: Switch to using pvops kernel by default for Linux
Keave ia64 on 2.6.18 since it currently has no dom0 support in pvops
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Keave ia64 on 2.6.18 since it currently has no dom0 support in pvops
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Jun 16 11:15:48 2009 +0100 (2009-06-16) |
parents | 3409c35a0b0e |
children |
line source
1 include $(XEN_ROOT)/config/StdGNU.mk
3 # You may use wildcards, e.g. KERNELS=*2.6*
4 ifeq (ia64,$(XEN_TARGET_ARCH))
5 KERNELS ?= linux-2.6-xen
6 else
7 KERNELS ?= linux-2.6-pvops
8 endif
10 XKERNELS := $(foreach kernel, $(KERNELS), \
11 $(patsubst buildconfigs/mk.%,%, \
12 $(wildcard buildconfigs/mk.$(kernel))) )