aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 17:45:50 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 17:45:50 +0000
commit31353077608ff9fed9e0ab184f95deddce2231a3 (patch)
treef465f410f24ebfcc3db8ba1b3b2b708d17ef67b3 /tools/debugger
parentc08957dc4e8397fc0b8f15c79e88e431eb8fabe7 (diff)
downloadxen-31353077608ff9fed9e0ab184f95deddce2231a3.tar.gz
xen-31353077608ff9fed9e0ab184f95deddce2231a3.tar.bz2
xen-31353077608ff9fed9e0ab184f95deddce2231a3.zip
tools: Drop use of $(INCLUDES)
Several places include it in CFLAGS even though it is never defined. A few others use it as nothing more than a gathering point for CFLAGS. Get rid of it. 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/debugger')
-rw-r--r--tools/debugger/gdbsx/xg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/debugger/gdbsx/xg/Makefile b/tools/debugger/gdbsx/xg/Makefile
index 2d02565290..8a3cb6b635 100644
--- a/tools/debugger/gdbsx/xg/Makefile
+++ b/tools/debugger/gdbsx/xg/Makefile
@@ -4,7 +4,7 @@ include ../Rules.mk
XG_HDRS := xg_public.h
XG_OBJS := xg_main.o
-CFLAGS += $(INCLUDES) -I. -I../../../include
+CFLAGS += -I. -I../../../include
.PHONY: all