aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-31 11:37:20 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-08-31 11:37:20 +0100
commitd89af6295418a0aeccfbfffd840e2cc097744bc1 (patch)
tree3cc30a6482761f83c658547e5e4c64a2acf4cdf3 /tools/Makefile
parentb1ed04146414f7bbef7e76289b6d4b0bf79a3203 (diff)
downloadxen-d89af6295418a0aeccfbfffd840e2cc097744bc1.tar.gz
xen-d89af6295418a0aeccfbfffd840e2cc097744bc1.tar.bz2
xen-d89af6295418a0aeccfbfffd840e2cc097744bc1.zip
Xen Security Modules: Tools.
Signed-off-by: George Coker <gscoker@alpha.ncsc.mil>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 9d55900d2c..ec62aa3ead 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,6 +3,9 @@ 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