[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/2] Fixed xen-tools makefile to build flask-tools and flask policy only if flask build especially enabled
From: "Vadim A. Misbakh-Soloviov" <mva@xxxxxxxx> Signed-off-by: Vadim A. Misbakh-Soloviov <mva@xxxxxxxx> --- tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/Makefile b/tools/Makefile index e44a3e9..c2bcbda 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,7 +8,9 @@ endif SUBDIRS-y := SUBDIRS-y += include SUBDIRS-y += libxc +ifeq($(FLASK_ENABLE),y) SUBDIRS-y += flask +endif SUBDIRS-y += xenstore SUBDIRS-y += misc SUBDIRS-y += examples -- 1.8.3.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |