ia64/xen-unstable
changeset 16278:4687dc12f1af
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>
upstream.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
author | Ian Campbell <ian.campbell@xensource.com> |
---|---|
date | Tue Oct 30 16:01:07 2007 +0000 (2007-10-30) |
parents | 4b4c75cb6c0f |
children | 34f7017a5941 |
files | buildconfigs/mk.linux-2.6-paravirt |
line diff
1.1 --- a/buildconfigs/mk.linux-2.6-paravirt Tue Oct 30 11:05:36 2007 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,15 +0,0 @@ 1.4 -XEN_LINUX_SOURCE ?= tarball 1.5 -XEN_LINUX_MIRROR ?= http://xenbits.xensource.com/ext/paravirt_ops/ 1.6 -LINUX_VER ?= 2.6-paravirt 1.7 - 1.8 -# This target currently only supports x86_32. 1.9 -XEN_TARGET_ARCH = x86_32 1.10 -IMAGE_TARGET ?= vmlinux bzImage 1.11 - 1.12 -XEN_LINUX_ALLOW_INTERFACE_MISMATCH := y 1.13 - 1.14 -XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config 1.15 - 1.16 -EXTRAVERSION ?= -paravirt 1.17 - 1.18 -include buildconfigs/mk.linux-2.6-xen