aboutsummaryrefslogtreecommitdiffstats
path: root/tools/debugger
diff options
context:
space:
mode:
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