aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-xen
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-06-04 10:14:53 +0100
committerIan Campbell <ian.campbell@xensource.com>2007-06-04 10:14:53 +0100
commitd18c70c4828a93ef440a6481c897d67230da7df3 (patch)
treed4cee77dc6e03168a04cf24586187333442390b1 /buildconfigs/mk.linux-2.6-xen
parent9a787c389c8614a42d73c3e849897816be93cda0 (diff)
downloadxen-d18c70c4828a93ef440a6481c897d67230da7df3.tar.gz
xen-d18c70c4828a93ef440a6481c897d67230da7df3.tar.bz2
xen-d18c70c4828a93ef440a6481c897d67230da7df3.zip
Switch over to separate Linux tree.
The sparse tree is now deprecated and will deleted in due course. The xen-unstable build system will automatically clone the correct Linux tree for you and all the old makefile targets (dist/linux-2.6-xen{,0,U}/etc) should continue to work. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-xen')
-rw-r--r--buildconfigs/mk.linux-2.6-xen2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconfigs/mk.linux-2.6-xen b/buildconfigs/mk.linux-2.6-xen
index 794fdf6754..5c8291c4d8 100644
--- a/buildconfigs/mk.linux-2.6-xen
+++ b/buildconfigs/mk.linux-2.6-xen
@@ -7,7 +7,7 @@ EXTRAVERSION ?= -xen
# repositories.
LINUX_SRC_PATH ?= .:..
-XEN_LINUX_SOURCE ?= sparse
+XEN_LINUX_SOURCE ?= hg-clone
# Let XEN_TARGET_ARCH override ARCH.
ifeq ($(XEN_TARGET_ARCH),x86_32)