aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-07-31 16:15:56 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-20 15:35:00 +0100
commit76c66c689b8591a8d185586cdd8a1bbbf393ffb6 (patch)
tree0b4a12e0c4e604ee046aedaae3337865ad8fd9b3 /tools/Makefile
parent20fe0ae7c73f147bd39204d01d67149b6ee1b076 (diff)
downloadxen-76c66c689b8591a8d185586cdd8a1bbbf393ffb6.tar.gz
xen-76c66c689b8591a8d185586cdd8a1bbbf393ffb6.tar.bz2
xen-76c66c689b8591a8d185586cdd8a1bbbf393ffb6.zip
tools: disable blktap1 build by default
I don't think there are any dom0's around whose kernels support only blktap1 and not something newer like blktap2 or qdisk. Certainly not that you would want to run Xen 4.4 on. libxl will never use blktap1. 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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 1000ee372f..381af04849 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -16,8 +16,8 @@ SUBDIRS-y += console
SUBDIRS-y += xenmon
SUBDIRS-y += xenstat
SUBDIRS-$(CONFIG_Linux) += memshr
-ifeq ($(CONFIG_X86),y)
-SUBDIRS-$(CONFIG_Linux) += blktap
+ifeq ($(CONFIG_X86)$(CONFIG_Linux),yy)
+SUBDIRS-$(CONFIG_BLKTAP1) += blktap
endif
SUBDIRS-$(CONFIG_Linux) += blktap2
SUBDIRS-$(CONFIG_NetBSD) += blktap2