]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Xen/configure: Disable building blktap2 (as we don't use it).
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 10 Feb 2015 15:54:35 +0000 (10:54 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 10 Feb 2015 16:36:14 +0000 (11:36 -0500)
For our testing we only use phy devices so the extra code
is not needed.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Makefile

index da0840cb989f4affc760c56b9a4841c122357392..2763e8d68dba6374db56a961ba8c728870cbeca1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,7 @@ xen-DISTRIB_TARGET = dist/common/xen.gz
 xen-dist-nodep:
        if [ -e xen/tools/configure ]; then \
                if ! [ -e xen/tools/config.h ]; \
-                       then (cd xen;./configure --prefix=/usr); \
+                       then (cd xen;./configure --prefix=/usr --disable-blktap2); \
                fi; \
        fi
 ifeq ($(ARCH),i386)