aboutsummaryrefslogtreecommitdiffstats
path: root/config
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 /config
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 'config')
-rw-r--r--config/Tools.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Tools.mk.in b/config/Tools.mk.in
index 7ee158163d..1915295d50 100644
--- a/config/Tools.mk.in
+++ b/config/Tools.mk.in
@@ -51,6 +51,7 @@ CONFIG_OVMF := @ovmf@
CONFIG_ROMBIOS := @rombios@
CONFIG_SEABIOS := @seabios@
CONFIG_XEND := @xend@
+CONFIG_BLKTAP1 := @blktap1@
#System options
ZLIB := @zlib@