aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-02-27 11:19:27 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2012-02-27 11:19:27 -0600
commitb55c952aea6de024bf1a06357b49367fba045443 (patch)
tree63574bbaa02ba71451712908253280a8a9ef8c22 /Makefile
parent90d7416ab13113ccd3891435eea8715c5f503460 (diff)
parent67d6fa53629f1eb3401974d740310c10e03fa1c9 (diff)
Merge remote-tracking branch 'aneesh/for-upstream' into staging
* aneesh/for-upstream: hw/9pfs: Endian fixes for virtfs ./configure: add option for disabling VirtFS
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ad1e627754..d49b84e0e1 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,9 @@ HELPERS-$(CONFIG_LINUX) = qemu-bridge-helper$(EXESUF)
ifdef BUILD_DOCS
DOCS=qemu-doc.html qemu-tech.html qemu.1 qemu-img.1 qemu-nbd.8 QMP/qmp-commands.txt
+ifdef CONFIG_VIRTFS
DOCS+=fsdev/virtfs-proxy-helper.1
+endif
else
DOCS=
endif