summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs4
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