aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs/mk.linux-2.6-pvops
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-10-20 14:36:01 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-10-20 14:36:01 +0100
commit9266eb0ef8f0774fef7d23a1a38d38a4101f6007 (patch)
tree56c5492d6a453715b39786afc12dfff485169d63 /buildconfigs/mk.linux-2.6-pvops
parent1eb8140e5b6f54631110d9d8ecdcd60dfefeb462 (diff)
downloadxen-9266eb0ef8f0774fef7d23a1a38d38a4101f6007.tar.gz
xen-9266eb0ef8f0774fef7d23a1a38d38a4101f6007.tar.bz2
xen-9266eb0ef8f0774fef7d23a1a38d38a4101f6007.zip
Obtain Linux kernel via git protocol by default (GIT_HTTP=y overrides)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'buildconfigs/mk.linux-2.6-pvops')
-rw-r--r--buildconfigs/mk.linux-2.6-pvops4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconfigs/mk.linux-2.6-pvops b/buildconfigs/mk.linux-2.6-pvops
index ac98a6a3d3..904eb56f0a 100644
--- a/buildconfigs/mk.linux-2.6-pvops
+++ b/buildconfigs/mk.linux-2.6-pvops
@@ -5,7 +5,11 @@ IMAGE_TARGET ?= bzImage
XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config
+ifeq ($(GIT_HTTP),y)
XEN_LINUX_GIT_URL ?= http://www.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
+else
+XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
+endif
XEN_LINUX_GIT_REMOTEBRANCH ?= xen/master
EXTRAVERSION ?=