aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/common.make
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-31 19:30:15 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-03-31 19:30:15 +0100
commitd9a50d2603e9c826fb78aa35858ff469815f9b19 (patch)
tree17d2aedbc69eebbdc1e6dfdaa7b8eb411cff2a2e /tools/ocaml/common.make
parent825bc99c9df68bccf55abaea19e6da16d9a292aa (diff)
downloadxen-d9a50d2603e9c826fb78aa35858ff469815f9b19.tar.gz
xen-d9a50d2603e9c826fb78aa35858ff469815f9b19.tar.bz2
xen-d9a50d2603e9c826fb78aa35858ff469815f9b19.zip
tools: ocaml: push CFLAGS usage down into the specific bindings
So each binding only builds against what it requires. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/ocaml/common.make')
-rw-r--r--tools/ocaml/common.make1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ocaml/common.make b/tools/ocaml/common.make
index 6de48e1997..04a0b6b1ff 100644
--- a/tools/ocaml/common.make
+++ b/tools/ocaml/common.make
@@ -9,7 +9,6 @@ OCAMLLEX ?= ocamllex
OCAMLYACC ?= ocamlyacc
CFLAGS += -fPIC -Werror
-CFLAGS += $(CFLAGS_xeninclude) $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore) $(CFLAGS_libxenlight)
CFLAGS-$(CONFIG_Linux) += -I/usr/lib64/ocaml -I/usr/lib/ocaml
CFLAGS-$(CONFIG_NetBSD) += -I/usr/pkg/lib/ocaml -fPIC