]> Git Repo - qemu.git/blobdiff - Makefile.objs
qga: Improve error report by calling error_setg_win32()
[qemu.git] / Makefile.objs
index 3db3a7db6e00b45533f5706a5bcde6b297847e7e..e288663d898838833dc3170dc1a190383f23aa78 100644 (file)
@@ -31,8 +31,10 @@ endif # CONFIG_SOFTMMU or CONFIG_TOOLS
 # storage-daemon-obj-y is code used by qemu-storage-daemon (these objects are
 # used for system emulation, too, but specified separately there)
 
-storage-daemon-obj-y = block/
-storage-daemon-obj-y += blockdev.o iothread.o
+storage-daemon-obj-y = block/ monitor/ qapi/ qom/ storage-daemon/
+storage-daemon-obj-y += blockdev.o blockdev-nbd.o iothread.o job-qmp.o
+storage-daemon-obj-$(CONFIG_WIN32) += os-win32.o
+storage-daemon-obj-$(CONFIG_POSIX) += os-posix.o
 
 ######################################################################
 # Target independent part of system emulation. The long term path is to
This page took 0.023927 seconds and 4 git commands to generate.