aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-10-30 16:01:07 +0000
committerIan Campbell <ian.campbell@xensource.com>2007-10-30 16:01:07 +0000
commite368009768868afdd505fd5e14871a1513f6b209 (patch)
tree1630f8f4f060908a2dfa8c8d871811d3978d9d9b /buildconfigs
parentc10bf1aba5c01fa7562b48f255c8a9384eccf6f1 (diff)
downloadxen-e368009768868afdd505fd5e14871a1513f6b209.tar.gz
xen-e368009768868afdd505fd5e14871a1513f6b209.tar.bz2
xen-e368009768868afdd505fd5e14871a1513f6b209.zip
Remove the linux-2.6-paravirt build target since it is obsolete now the code is
upstream. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'buildconfigs')
-rw-r--r--buildconfigs/mk.linux-2.6-paravirt15
1 files changed, 0 insertions, 15 deletions
diff --git a/buildconfigs/mk.linux-2.6-paravirt b/buildconfigs/mk.linux-2.6-paravirt
deleted file mode 100644
index a48da17600..0000000000
--- a/buildconfigs/mk.linux-2.6-paravirt
+++ /dev/null
@@ -1,15 +0,0 @@
-XEN_LINUX_SOURCE ?= tarball
-XEN_LINUX_MIRROR ?= http://xenbits.xensource.com/ext/paravirt_ops/
-LINUX_VER ?= 2.6-paravirt
-
-# This target currently only supports x86_32.
-XEN_TARGET_ARCH = x86_32
-IMAGE_TARGET ?= vmlinux bzImage
-
-XEN_LINUX_ALLOW_INTERFACE_MISMATCH := y
-
-XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config
-
-EXTRAVERSION ?= -paravirt
-
-include buildconfigs/mk.linux-2.6-xen