aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/Makefile.objs
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-10-18 10:26:09 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-04-23 10:28:14 +0200
commit840a178c94dbd3f5b5550fb8621620cb761de72d (patch)
treef55bc4598cb71c4d45729770dd8aa7ceb960dcff /hw/usb/Makefile.objs
parent409951f552674a940ec53e3a498514dc42834ccb (diff)
downloadqemu-840a178c94dbd3f5b5550fb8621620cb761de72d.zip
qemu-840a178c94dbd3f5b5550fb8621620cb761de72d.tar.gz
qemu-840a178c94dbd3f5b5550fb8621620cb761de72d.tar.bz2
usb: mtp filesharing
Implementation of a USB Media Transfer Device device for easy filesharing. Read-only. No access control inside qemu, it will happily export any file it is able to open to the guest, i.e. standard unix access rights for the qemu process apply. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/Makefile.objs')
-rw-r--r--hw/usb/Makefile.objs4
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/usb/Makefile.objs b/hw/usb/Makefile.objs
index 97b4575..17d460c 100644
--- a/hw/usb/Makefile.objs
+++ b/hw/usb/Makefile.objs
@@ -26,6 +26,10 @@ common-obj-y += ccid-card-passthru.o
common-obj-$(CONFIG_SMARTCARD_NSS) += ccid-card-emulated.o
endif
+ifeq ($(CONFIG_POSIX),y)
+common-obj-$(CONFIG_USB_STORAGE_MTP) += dev-mtp.o
+endif
+
# usb redirection
common-obj-$(CONFIG_USB_REDIR) += redirect.o quirks.o