projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bff3ed
)
tools: build flask-tools and flask policy only if flask enabled
author
Vadim A. Misbakh-Soloviov
<mva@mva.name>
Tue, 30 Jul 2013 12:34:39 +0000
(16:34 +0400)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 2 Aug 2013 14:42:59 +0000
(15:42 +0100)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index e44a3e9227a3da2ea9a367603654f229a141aaae..6791829a6fc8a62bd1afa4c7e6db84b30d821b34 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-8,7
+8,7
@@
endif
SUBDIRS-y :=
SUBDIRS-y += include
SUBDIRS-y += libxc
-SUBDIRS-
y
+= flask
+SUBDIRS-
$(FLASK_ENABLE)
+= flask
SUBDIRS-y += xenstore
SUBDIRS-y += misc
SUBDIRS-y += examples