diff options
author | Sooyoung Ha <yoosah.ha@samsung.com> | 2014-05-09 14:56:15 +0900 |
---|---|---|
committer | Sooyoung Ha <yoosah.ha@samsung.com> | 2014-05-12 11:29:30 +0900 |
commit | be3d560ae8f1e58ec45fd20caf4ddcae998dacb4 (patch) | |
tree | 2662edf15a79e7bca513cc655051b05099b10d1a /Makefile.objs | |
parent | 0117d6f3d24305b2678534a5515b0b38a90e3bb9 (diff) | |
download | qemu-be3d560ae8f1e58ec45fd20caf4ddcae998dacb4.tar.gz qemu-be3d560ae8f1e58ec45fd20caf4ddcae998dacb4.tar.bz2 qemu-be3d560ae8f1e58ec45fd20caf4ddcae998dacb4.zip |
virtio-9p: enable the virtfs on Windows.
support the virtio-9p local operations on Windows to provide host directory sharing.
Change-Id: Ib8869cba7bd1cb248d23feb19c73235b19192d86
Signed-off-by: Sooyoung Ha <yoosah.ha@samsung.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.objs b/Makefile.objs index 2f48c35d37..db35a5992e 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -47,11 +47,7 @@ common-obj-y += readline.o common-obj-y += qdev-monitor.o device-hotplug.o common-obj-$(CONFIG_WIN32) += os-win32.o common-obj-$(CONFIG_POSIX) += os-posix.o - -#common-obj-$(CONFIG_LINUX) += fsdev/ -ifneq ($(CONFIG_WIN32),y) common-obj-y += fsdev/ -endif common-obj-y += migration.o migration-tcp.o common-obj-$(CONFIG_RDMA) += migration-rdma.o |