aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 18:00:17 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 18:00:17 +0000
commitb936e4c61784d09cccb50ac003f968ab87ebf58e (patch)
tree277139ad2541132ec5ed7d62ed934c72c1abeabd /tools/tests
parent904216ffb26328c4a20b5e13020663034b0c1300 (diff)
downloadxen-b936e4c61784d09cccb50ac003f968ab87ebf58e.tar.gz
xen-b936e4c61784d09cccb50ac003f968ab87ebf58e.tar.bz2
xen-b936e4c61784d09cccb50ac003f968ab87ebf58e.zip
tools: Drop XEN_XC variable
There is nothing to include in the python bindings source directory and likely never was/will be ... 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/tests')
-rw-r--r--tools/tests/mce-test/tools/Makefile1
-rw-r--r--tools/tests/xen-access/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/tests/mce-test/tools/Makefile b/tools/tests/mce-test/tools/Makefile
index dc84343e4b..e3ff0d4306 100644
--- a/tools/tests/mce-test/tools/Makefile
+++ b/tools/tests/mce-test/tools/Makefile
@@ -3,7 +3,6 @@ include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Werror
-CFLAGS += -I $(XEN_XC)
CFLAGS += -I $(XEN_LIBXC)
CFLAGS += -I $(XEN_INCLUDE)
diff --git a/tools/tests/xen-access/Makefile b/tools/tests/xen-access/Makefile
index 37a36b1c8b..d222f16879 100644
--- a/tools/tests/xen-access/Makefile
+++ b/tools/tests/xen-access/Makefile
@@ -3,7 +3,6 @@ include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Werror
-CFLAGS += -I $(XEN_XC)
CFLAGS += -I $(XEN_LIBXC)
CFLAGS += -I $(XEN_INCLUDE)