aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Linux.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Linux.mk b/config/Linux.mk
index 52c2227996..7d9286d7f1 100644
--- a/config/Linux.mk
+++ b/config/Linux.mk
@@ -1,7 +1,11 @@
include $(XEN_ROOT)/config/StdGNU.mk
# You may use wildcards, e.g. KERNELS=*2.6*
+ifeq (ia64,$(XEN_TARGET_ARCH))
KERNELS ?= linux-2.6-xen
+else
+KERNELS ?= linux-2.6-pvops
+endif
XKERNELS := $(foreach kernel, $(KERNELS), \
$(patsubst buildconfigs/mk.%,%, \