From 405523d06bf572908c8044f1e20b20390c1d54fb Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 17 Feb 2009 11:20:18 +0000 Subject: Add missing pv_ops Linux buildconfig file. --- buildconfigs/mk.linux-2.6-pvops | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 buildconfigs/mk.linux-2.6-pvops (limited to 'buildconfigs') 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 -- cgit v1.2.3