aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/common.make
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 18:04:59 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 18:04:59 +0000
commit3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c (patch)
treebc2f895a4a9fdcbe4e73297521bcbd7db606a439 /tools/ocaml/common.make
parentb936e4c61784d09cccb50ac003f968ab87ebf58e (diff)
downloadxen-3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c.tar.gz
xen-3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c.tar.bz2
xen-3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c.zip
tools: consistently use $(CFLAGS_xeninclude) instead of open coding.
Renamed from the slightly ambiguous CFLAGS_include. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/ocaml/common.make')
-rw-r--r--tools/ocaml/common.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocaml/common.make b/tools/ocaml/common.make
index f45a3e45bb..4f5130cc4e 100644
--- a/tools/ocaml/common.make
+++ b/tools/ocaml/common.make
@@ -9,7 +9,7 @@ OCAMLLEX ?= ocamllex
OCAMLYACC ?= ocamlyacc
CFLAGS += -fPIC -Werror
-CFLAGS += -I$(TOPLEVEL)/../include -I$(TOPLEVEL)/../libxc -I$(TOPLEVEL)/../xenstore -I$(TOPLEVEL)/../libxl
+CFLAGS += $(CFLAGS_xeninclude) -I$(TOPLEVEL)/../libxc -I$(TOPLEVEL)/../xenstore -I$(TOPLEVEL)/../libxl
CFLAGS-$(CONFIG_Linux) += -I/usr/lib64/ocaml -I/usr/lib/ocaml
CFLAGS-$(CONFIG_NetBSD) += -I/usr/pkg/lib/ocaml -fPIC