diff options
author | Paolo Bonzini | 2013-02-05 12:42:31 +0100 |
---|---|---|
committer | Paolo Bonzini | 2013-04-08 18:13:12 +0200 |
commit | 6e7907468fd05b8a641a715ebb110fc1903a604e (patch) | |
tree | 5cf7b3f8245158c5287d93a831f8c3103db51c72 /configure | |
parent | hw: move target-independent files to subdirectories (diff) | |
download | qemu-6e7907468fd05b8a641a715ebb110fc1903a604e.tar.gz qemu-6e7907468fd05b8a641a715ebb110fc1903a604e.tar.xz qemu-6e7907468fd05b8a641a715ebb110fc1903a604e.zip |
hw: move virtio devices to hw/ subdirectories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3814,7 +3814,7 @@ if test "$glusterfs" = "yes" ; then fi if test "$virtio_blk_data_plane" = "yes" ; then - echo "CONFIG_VIRTIO_BLK_DATA_PLANE=y" >> $config_host_mak + echo 'CONFIG_VIRTIO_BLK_DATA_PLANE=$(CONFIG_VIRTIO)' >> $config_host_mak fi # USB host support |