aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tests/Makefile
diff options
context:
space:
mode:
authorAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-02-09 06:28:53 -0800
committerAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-02-09 06:28:53 -0800
commit94a1eb5ac8d95f42d4a25ba3279c68ca42d1d239 (patch)
treec4969bd1bea569ea18a04dadc8ca23b9a70fd616 /tools/tests/Makefile
parent6c1e5375c1370d410837e560adc83c3d3854d367 (diff)
downloadxen-94a1eb5ac8d95f42d4a25ba3279c68ca42d1d239.tar.gz
xen-94a1eb5ac8d95f42d4a25ba3279c68ca42d1d239.tar.bz2
xen-94a1eb5ac8d95f42d4a25ba3279c68ca42d1d239.zip
Tools: Make xen-access test compile in 32 bits mode
Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'tools/tests/Makefile')
-rw-r--r--tools/tests/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/tests/Makefile b/tools/tests/Makefile
index f4f1169229..cc96cd3a7f 100644
--- a/tools/tests/Makefile
+++ b/tools/tests/Makefile
@@ -11,9 +11,7 @@ ifeq ($(XEN_TARGET_ARCH),__fixme__)
SUBDIRS-y += regression
endif
SUBDIRS-y += x86_emulator
-ifneq ($(XEN_TARGET_ARCH),x86_32)
SUBDIRS-y += xen-access
-endif
.PHONY: all clean install distclean
all clean distclean: %: subdirs-%