aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-06 11:07:11 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-06 11:07:11 +0100
commit5469342ba3a1afb6620f9a5cb5f1c8f7108245f7 (patch)
tree11e08d8f6ce4e0b09116d8f4fabb7a2fbfdc2c58
parent3c82abc2945f178e00d8a588e8b043c5a9031813 (diff)
downloadxen-5469342ba3a1afb6620f9a5cb5f1c8f7108245f7.tar.gz
xen-5469342ba3a1afb6620f9a5cb5f1c8f7108245f7.tar.bz2
xen-5469342ba3a1afb6620f9a5cb5f1c8f7108245f7.zip
ocaml: Build ocaml components if configured (default to off).
Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
-rw-r--r--Config.mk1
-rw-r--r--tools/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index 0552505757..b42ca40438 100644
--- a/Config.mk
+++ b/Config.mk
@@ -163,6 +163,7 @@ XENSTAT_XENTOP ?= y
VTPM_TOOLS ?= n
LIBXENAPI_BINDINGS ?= n
PYTHON_TOOLS ?= y
+OCAML_TOOLS ?= n
CONFIG_MINITERM ?= n
CONFIG_LOMOUNT ?= n
diff --git a/tools/Makefile b/tools/Makefile
index c34dc864b0..2b84998415 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -40,6 +40,7 @@ SUBDIRS-$(CONFIG_X86) += xenpaging
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
SUBDIRS-$(PYTHON_TOOLS) += python
SUBDIRS-$(PYTHON_TOOLS) += pygrub
+SUBDIRS-$(OCAML_TOOLS) += ocaml
endif
# For the sake of linking, set the sys-root