aboutsummaryrefslogtreecommitdiffstats
path: root/tools/flask
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/flask
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/flask')
-rw-r--r--tools/flask/libflask/Makefile2
-rw-r--r--tools/flask/utils/Makefile1
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/flask/libflask/Makefile b/tools/flask/libflask/Makefile
index 0271fe9d2c..92e836a537 100644
--- a/tools/flask/libflask/Makefile
+++ b/tools/flask/libflask/Makefile
@@ -11,7 +11,7 @@ SRCS += flask_op.c
CFLAGS += -Werror
CFLAGS += -fno-strict-aliasing
-CFLAGS += -I./include -I$(XEN_LIBXC) -I$(XEN_INCLUDE)
+CFLAGS += -I./include -I$(XEN_LIBXC) $(CFLAGS_xeninclude)
# Get gcc to generate the dependencies for us.
CFLAGS += -Wp,-MD,.$(@F).d
diff --git a/tools/flask/utils/Makefile b/tools/flask/utils/Makefile
index c8cfa78bd2..86c04294f0 100644
--- a/tools/flask/utils/Makefile
+++ b/tools/flask/utils/Makefile
@@ -8,7 +8,6 @@ LIBFLASK_ROOT = $(XEN_ROOT)/tools/flask/libflask
PROFILE=#-pg
BASECFLAGS=-Wall -g -Werror
BASECFLAGS+= $(PROFILE)
-#BASECFLAGS+= -I$(XEN_ROOT)/tools
BASECFLAGS+= $(CFLAGS_libxenctrl)
BASECFLAGS+= -I$(LIBFLASK_ROOT)/include