From 5469342ba3a1afb6620f9a5cb5f1c8f7108245f7 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 6 May 2010 11:07:11 +0100 Subject: ocaml: Build ocaml components if configured (default to off). Signed-off-by: Vincent Hanquez --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/Makefile') 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 -- cgit v1.2.3