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/memshr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/memshr') diff --git a/tools/memshr/Makefile b/tools/memshr/Makefile index d6ed42a87e..7d9b6e93e0 100644 --- a/tools/memshr/Makefile +++ b/tools/memshr/Makefile @@ -5,7 +5,7 @@ LIBMEMSHR-BUILD := libmemshr.a CFLAGS += -Werror CFLAGS += -Wno-unused -CFLAGS += -I../include +CFLAGS += $(CFLAGS_xeninclude) CFLAGS += $(CFLAGS_libxenctrl) CFLAGS += -D_GNU_SOURCE CFLAGS += -fPIC -- cgit v1.2.3