aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenpaging/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 17:58:52 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 17:58:52 +0000
commit904216ffb26328c4a20b5e13020663034b0c1300 (patch)
tree557778eb47cc9c5b1de02449d6efb93825e727b8 /tools/xenpaging/Makefile
parent26f4cfd64efd8919b5928a38e3acf861100de274 (diff)
downloadxen-904216ffb26328c4a20b5e13020663034b0c1300.tar.gz
xen-904216ffb26328c4a20b5e13020663034b0c1300.tar.bz2
xen-904216ffb26328c4a20b5e13020663034b0c1300.zip
tools: remove unnecessary uses of -I.
It's not needed unless you are including headers in the current directory _and_ you can't use "" instead of <> because the headers are to be installed. 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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/xenpaging/Makefile b/tools/xenpaging/Makefile
index ab886f53a7..73d7184fa6 100644
--- a/tools/xenpaging/Makefile
+++ b/tools/xenpaging/Makefile
@@ -2,7 +2,6 @@ XEN_ROOT=$(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -I $(XEN_XC)
-CFLAGS += -I ./
CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenstore)
LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore)