aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flask
diff options
context:
space:
mode:
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>2013-02-13 16:06:57 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-02-22 17:16:35 +0000
commit13dd8043cda1efeb683a05b995cb134e9662b87b (patch)
tree9e2150774f6eff6e80d422d9226034a91e54ff2a /tools/flask
parent2393441e5808b5ac4d76510560b3200c91f67409 (diff)
downloadxen-13dd8043cda1efeb683a05b995cb134e9662b87b.tar.gz
xen-13dd8043cda1efeb683a05b995cb134e9662b87b.tar.bz2
xen-13dd8043cda1efeb683a05b995cb134e9662b87b.zip
tools/flask: add FLASK policy to build
This patch enables the compilation of the FLASK policy as part of the tools build if the needed prerequisites are present. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/flask')
-rw-r--r--tools/flask/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/flask/Makefile b/tools/flask/Makefile
index add9035ed8..bc77a06c6b 100644
--- a/tools/flask/Makefile
+++ b/tools/flask/Makefile
@@ -1,8 +1,8 @@
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
-SUBDIRS :=
-SUBDIRS += utils
+SUBDIRS-y := utils
+SUBDIRS-$(FLASK_POLICY) += policy
.PHONY: all clean install
all clean install: %: subdirs-%