aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-03-15 13:15:44 +0000
committerIan Campbell <ian.campbell@citrix.com>2013-04-11 11:09:25 +0100
commitcc9b8e3f334dc9d6d9e9a3b19065104204aa56f7 (patch)
treee82ebafbe7e947ab32b69d1ab791554c5316a0cc /tools/Makefile
parentb073e110e81bc16d17d4d0bcc40f0137685bbf39 (diff)
downloadxen-cc9b8e3f334dc9d6d9e9a3b19065104204aa56f7.tar.gz
xen-cc9b8e3f334dc9d6d9e9a3b19065104204aa56f7.tar.bz2
xen-cc9b8e3f334dc9d6d9e9a3b19065104204aa56f7.zip
tools: only build blktap1 on x86
It does not cross-compile for ARM and no sane new port is going to use it. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index bea1489b03..8a30c83564 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -21,7 +21,9 @@ SUBDIRS-y += xenmon
SUBDIRS-y += xenstat
SUBDIRS-$(CONFIG_Linux) += $(SUBDIRS-libaio)
SUBDIRS-$(CONFIG_Linux) += memshr
+ifeq ($(CONFIG_X86),y)
SUBDIRS-$(CONFIG_Linux) += blktap
+endif
SUBDIRS-$(CONFIG_Linux) += blktap2
SUBDIRS-$(CONFIG_NetBSD) += $(SUBDIRS-libaio)
SUBDIRS-$(CONFIG_NetBSD) += blktap2