aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-24 14:36:14 +0100
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2006-03-24 14:36:14 +0100
commitb0ceb872c7c07e46be74b45ec1cab4d98040dfbc (patch)
treecd995863cc978b909daa43d60a2d215aed8fbd7a /Makefile
parent5ebad7be891d2ca5e57523ecf5c6880b54e84800 (diff)
downloadxen-b0ceb872c7c07e46be74b45ec1cab4d98040dfbc.tar.gz
xen-b0ceb872c7c07e46be74b45ec1cab4d98040dfbc.tar.bz2
xen-b0ceb872c7c07e46be74b45ec1cab4d98040dfbc.zip
Switch the default build to make the -xen kernel, not the -xen0 and -xenU3.0.2-rc
kernels. Distros will be using -xen exclusively, so this change means that developers and users of unstable will be (by default) using the same configuration as the distros. This can be overridden by setting KERNELS="linux-2.6-xen0 linux-2.6-xenU" on the command line. Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9f80d1e9f..3cd9d53b99 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# Grand Unified Makefile for Xen.
#
-KERNELS ?= linux-2.6-xen0 linux-2.6-xenU
+KERNELS ?= linux-2.6-xen
# You may use wildcards in the above e.g. KERNELS=*2.6*
XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) )