aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/Makefile
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/xenpaging/Makefile
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/xenpaging/Makefile')
-rw-r--r--tools/xenpaging/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile
index 73d7184fa6..4188e50731 100644
--- a/tools/xenpaging/Makefile
+++ b/tools/xenpaging/Makefile
@@ -1,9 +1,8 @@
XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
-CFLAGS += -I $(XEN_XC)
-CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore)
-LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore)
+CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore)
+LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore)
POLICY = default