ia64/xen-unstable
annotate buildconfigs/mk.linux-2.6.9-RHEL-xen @ 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 | 8bd776540ab3 |
children |
rev | line source |
---|---|
ian@15224 | 1 XEN_TARGET_ARCH = x86_32 |
ian@15224 | 2 |
ian@15224 | 3 EXTRAVERSION = -xen |
ian@15224 | 4 LINUX_VER = 2.6.9-RHEL |
ian@15224 | 5 |
ian@15224 | 6 XEN_LINUX_SOURCE = hg-clone |
ian@15224 | 7 XEN_LINUX_HGREPO ?= http://xenbits.xensource.com/kernels/rhel4x.hg |
ian@15224 | 8 XEN_LINUX_HGREV ?= tip |
ian@15224 | 9 |
ian@15224 | 10 include buildconfigs/mk.linux-2.6-xen |