build: Export configure variables to hypervisor build
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Wed, 29 Feb 2012 13:40:25 +0000 (13:40 +0000)
committerDaniel De Graaf <dgdegra@tycho.nsa.gov>
Wed, 29 Feb 2012 13:40:25 +0000 (13:40 +0000)
commit305ea73d1b4fbf379c4ffb491f3102525254698d
tree075290edc537cb5bfebdc3369580c0a4f3225059
parent0c2dccd7240fd388cd0b0fc29b96e4b70c00a9cf
build: Export configure variables to hypervisor build

Since the introduction of autoconf, builds with XSM enabled in .config
have been broken unless FLASK_ENABLE was explicitly set. Since the
setting in .config has apparently been deprecated in favor of an
autoconf --enable-xsm, add config/Xen.mk to export this to Xen. This
also makes --disable-debug and some paths to be pulled from the
configure process in the hypervisor build.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Committed-by: Keir Fraser <keir@xen.org>
.gitignore
.hgignore
config/Tools.mk.in
config/Xen.mk.in [new file with mode: 0644]
tools/configure.ac
xen/Rules.mk