From d04b4856b5cbd9414cca4862216ac880680ab0c6 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 29 Feb 2012 15:11:31 +0000 Subject: Revert 24897:f25e5785327e "Export configure variables to hypervisor build" Signed-off-by: Keir Fraser --- config/Tools.mk.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/Tools.mk.in') diff --git a/config/Tools.mk.in b/config/Tools.mk.in index 315ced4945..06d5e8974b 100644 --- a/config/Tools.mk.in +++ b/config/Tools.mk.in @@ -24,6 +24,10 @@ PREPEND_LIB := @PREPEND_LIB@ APPEND_INCLUDES := @APPEND_INCLUDES@ APPEND_LIB := @APPEND_LIB@ +# Enable XSM security module (by default, Flask). +XSM_ENABLE := @xsm@ +FLASK_ENABLE := @xsm@ + # Download GIT repositories via HTTP or GIT's own protocol? # GIT's protocol is faster and more robust, when it works at all (firewalls # may block it). We make it the default, but if your GIT repository downloads -- cgit v1.2.3