ia64/xen-unstable
view buildconfigs/mk.linux-2.6-pvops @ 19792:407e2e7dca5b
Allow tools to see the hypervisor command line.
This is useful from tools in the same way /proc/cmdline is useful for
the domain 0 kernel.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
This is useful from tools in the same way /proc/cmdline is useful for
the domain 0 kernel.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu Jun 18 10:20:45 2009 +0100 (2009-06-18) |
parents | f734a724902b |
children | dc0d1200e3f3 |
line source
1 XEN_LINUX_SOURCE ?= git-clone
2 LINUX_VER ?= 2.6-pvops
4 IMAGE_TARGET ?= bzImage
6 XEN_LINUX_CONFIG_UPDATE := buildconfigs/enable-xen-config
8 XEN_LINUX_GIT_URL ?= git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
9 XEN_LINUX_GIT_REMOTENAME ?= xen
10 XEN_LINUX_GIT_REMOTEBRANCH ?= xen-tip/master
12 EXTRAVERSION ?=
14 include buildconfigs/mk.linux-2.6-common