From 3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 21 Mar 2011 18:04:59 +0000 Subject: tools: consistently use $(CFLAGS_xeninclude) instead of open coding. Renamed from the slightly ambiguous CFLAGS_include. Signed-off-by: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/debugger/gdbsx/xg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/debugger') diff --git a/tools/debugger/gdbsx/xg/Makefile b/tools/debugger/gdbsx/xg/Makefile index be0c2ccc41..96f931892b 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 += -I../../../include +CFLAGS += $(CFLAGS_xeninclude) .PHONY: all -- cgit v1.2.3