aboutsummaryrefslogtreecommitdiffstats
path: root/config/Linux.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/Linux.mk')
-rw-r--r--config/Linux.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/Linux.mk b/config/Linux.mk
index 7d9286d7f1..10d84affb6 100644
--- a/config/Linux.mk
+++ b/config/Linux.mk
@@ -1,11 +1,7 @@
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
+KERNELS ?=
XKERNELS := $(foreach kernel, $(KERNELS), \
$(patsubst buildconfigs/mk.%,%, \