aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-03-21 18:05:49 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-03-21 18:05:49 +0000
commitca366c33f32cce9b16c5f4ba4c5d26a0b1d429d4 (patch)
tree0ab1f5bd7b6d51a2ff3b6ad80b3ccf15b8e74181 /tools/tests
parent3531dea6fd314a8734b08eac0bf9a7bb7ee7b37c (diff)
downloadxen-ca366c33f32cce9b16c5f4ba4c5d26a0b1d429d4.tar.gz
xen-ca366c33f32cce9b16c5f4ba4c5d26a0b1d429d4.tar.bz2
xen-ca366c33f32cce9b16c5f4ba4c5d26a0b1d429d4.zip
tools: consistently use $({CFLAGS,LDLIBS}_libxenctrl) instead of open coding.
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/Makefile2
-rw-r--r--tools/tests/xen-access/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/tests/mce-test/tools/Makefile b/tools/tests/mce-test/tools/Makefile
index d613730922..e8a98e0cd2 100644
--- a/tools/tests/mce-test/tools/Makefile
+++ b/tools/tests/mce-test/tools/Makefile
@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Werror
-CFLAGS += -I $(XEN_LIBXC)
+CFLAGS += $(CFLAGS_libxenctrl)
CFLAGS += $(CFLAGS_xeninclude)
HDRS = $(wildcard *.h)
diff --git a/tools/tests/xen-access/Makefile b/tools/tests/xen-access/Makefile
index 4c9f87a1c4..63548ccb6a 100644
--- a/tools/tests/xen-access/Makefile
+++ b/tools/tests/xen-access/Makefile
@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
CFLAGS += -Werror
-CFLAGS += -I $(XEN_LIBXC)
+CFLAGS += $(CFLAGS_libxenctrl)
CFLAGS += $(CFLAGS_xeninclude)
TARGETS-y :=