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/tests/mce-test/tools/Makefile | 2 +- tools/tests/xen-access/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/tests') diff --git a/tools/tests/mce-test/tools/Makefile b/tools/tests/mce-test/tools/Makefile index e3ff0d4306..d613730922 100644 --- a/tools/tests/mce-test/tools/Makefile +++ b/tools/tests/mce-test/tools/Makefile @@ -4,7 +4,7 @@ include $(XEN_ROOT)/tools/Rules.mk CFLAGS += -Werror CFLAGS += -I $(XEN_LIBXC) -CFLAGS += -I $(XEN_INCLUDE) +CFLAGS += $(CFLAGS_xeninclude) HDRS = $(wildcard *.h) diff --git a/tools/tests/xen-access/Makefile b/tools/tests/xen-access/Makefile index d222f16879..4c9f87a1c4 100644 --- a/tools/tests/xen-access/Makefile +++ b/tools/tests/xen-access/Makefile @@ -4,7 +4,7 @@ include $(XEN_ROOT)/tools/Rules.mk CFLAGS += -Werror CFLAGS += -I $(XEN_LIBXC) -CFLAGS += -I $(XEN_INCLUDE) +CFLAGS += $(CFLAGS_xeninclude) TARGETS-y := TARGETS-$(CONFIG_X86) += xen-access -- cgit v1.2.3