aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-02-17 11:20:18 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-02-17 11:20:18 +0000
commit405523d06bf572908c8044f1e20b20390c1d54fb (patch)
treeed76b5432b578b9bd88f160bb5349447727e4709 /buildconfigs
parentf9de1c1ae6e28887c00fb85459fc19b0d89848a2 (diff)
downloadxen-405523d06bf572908c8044f1e20b20390c1d54fb.tar.gz
xen-405523d06bf572908c8044f1e20b20390c1d54fb.tar.bz2
xen-405523d06bf572908c8044f1e20b20390c1d54fb.zip
Add missing pv_ops Linux buildconfig file.
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/mk.linux-2.6-pvops14
1 files changed, 14 insertions, 0 deletions
diff --git a/buildconfigs/mk.linux-2.6-pvops b/buildconfigs/mk.linux-2.6-pvops
new file mode 100644
index 0000000000..d3258f5e92
--- /dev/null
+++ b/buildconfigs/mk.linux-2.6-pvops
@@ -0,0 +1,14 @@
+XEN_LINUX_SOURCE ?= git-clone
+LINUX_VER ?= 2.6-pvops
+
+IMAGE_TARGET ?= bzImage
+
+XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config
+
+XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
+XEN_LINUX_GIT_REMOTENAME ?= xen
+XEN_LINUX_GIT_REMOTEBRANCH ?= xen/dom0/hackery
+
+EXTRAVERSION ?=
+
+include buildconfigs/mk.linux-2.6-common