From 31353077608ff9fed9e0ab184f95deddce2231a3 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 21 Mar 2011 17:45:50 +0000 Subject: 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 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 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 -- cgit v1.2.3