aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-09-03 15:04:03 +0100
committerIan Campbell <ian.campbell@xensource.com>2007-09-03 15:04:03 +0100
commit2c312d03cddaa6590a557b65bf4c12326cd46dde (patch)
tree4531e892524cc2c2bf2fb838b818cb43742b6580 /tools/Makefile
parentde73f4ddcadf7bbf031b848859af6496b9bc0db0 (diff)
downloadxen-2c312d03cddaa6590a557b65bf4c12326cd46dde.tar.gz
xen-2c312d03cddaa6590a557b65bf4c12326cd46dde.tar.bz2
xen-2c312d03cddaa6590a557b65bf4c12326cd46dde.zip
Build libflask unconditionally since the python low-level tools
require it and it does't seem to pull in any major dependencies. The alternative would have been to hack tools/python/setup.py to conditionally compile the flask stuff. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ec62aa3ead..c150dbd984 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,9 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS-y :=
SUBDIRS-y += libxc
-ifeq ($(FLASK_ENABLE),y)
SUBDIRS-y += flask
-endif
SUBDIRS-y += xenstore
SUBDIRS-y += misc
SUBDIRS-y += examples