diff options
author | Meador Inge | 2012-02-24 09:30:42 +0100 |
---|---|---|
committer | Aneesh Kumar K.V | 2012-02-24 09:30:42 +0100 |
commit | 983eef5ad77fc4202e53ae32d79a1d2992302377 (patch) | |
tree | b8751549678006ed60da63465137f2fec1234dde /Makefile | |
parent | qom: add test tools (diff) | |
download | qemu-983eef5ad77fc4202e53ae32d79a1d2992302377.tar.gz qemu-983eef5ad77fc4202e53ae32d79a1d2992302377.tar.xz qemu-983eef5ad77fc4202e53ae32d79a1d2992302377.zip |
./configure: add option for disabling VirtFS
Signed-off-by: Meador Inge <meadori@codesourcery.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |