From 305ea73d1b4fbf379c4ffb491f3102525254698d Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Wed, 29 Feb 2012 13:40:25 +0000 Subject: 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 Committed-by: Keir Fraser --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 46655adff6..7d5ccc17f8 100644 --- a/.hgignore +++ b/.hgignore @@ -309,6 +309,7 @@ ^tools/config\.status$ ^tools/config\.cache$ ^config/Tools\.mk$ +^config/Xen\.mk$ ^xen/\.banner.*$ ^xen/BLOG$ ^xen/System.map$ -- cgit v1.2.3