aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 17:45:50 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 17:45:50 +0000
commit31353077608ff9fed9e0ab184f95deddce2231a3 (patch)
treef465f410f24ebfcc3db8ba1b3b2b708d17ef67b3 /tools/tests
parentc08957dc4e8397fc0b8f15c79e88e431eb8fabe7 (diff)
downloadxen-31353077608ff9fed9e0ab184f95deddce2231a3.tar.gz
xen-31353077608ff9fed9e0ab184f95deddce2231a3.tar.bz2
xen-31353077608ff9fed9e0ab184f95deddce2231a3.zip
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 <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/tests')
-rw-r--r--tools/tests/mce-test/tools/Makefile9
-rw-r--r--tools/tests/xen-access/Makefile9
2 files changed, 8 insertions, 10 deletions
diff --git a/tools/tests/mce-test/tools/Makefile b/tools/tests/mce-test/tools/Makefile
index 43e39ad1f4..dc84343e4b 100644
--- a/tools/tests/mce-test/tools/Makefile
+++ b/tools/tests/mce-test/tools/Makefile
@@ -1,12 +1,11 @@
XEN_ROOT=$(CURDIR)/../../../..
include $(XEN_ROOT)/tools/Rules.mk
-CFLAGS += -Werror
+CFLAGS += -Werror
-INCLUDES += -I $(XEN_XC)
-INCLUDES += -I $(XEN_LIBXC)
-INCLUDES += -I $(XEN_INCLUDE)
-CFLAGS += $(INCLUDES)
+CFLAGS += -I $(XEN_XC)
+CFLAGS += -I $(XEN_LIBXC)
+CFLAGS += -I $(XEN_INCLUDE)
HDRS = $(wildcard *.h)
diff --git a/tools/tests/xen-access/Makefile b/tools/tests/xen-access/Makefile
index aed8912285..37a36b1c8b 100644
--- a/tools/tests/xen-access/Makefile
+++ b/tools/tests/xen-access/Makefile
@@ -1,12 +1,11 @@
XEN_ROOT=$(CURDIR)/../../..
include $(XEN_ROOT)/tools/Rules.mk
-CFLAGS += -Werror
+CFLAGS += -Werror
-INCLUDES += -I $(XEN_XC)
-INCLUDES += -I $(XEN_LIBXC)
-INCLUDES += -I $(XEN_INCLUDE)
-CFLAGS += $(INCLUDES)
+CFLAGS += -I $(XEN_XC)
+CFLAGS += -I $(XEN_LIBXC)
+CFLAGS += -I $(XEN_INCLUDE)
TARGETS-y :=
TARGETS-$(CONFIG_X86) += xen-access