]> Git Repo - qemu.git/blobdiff - Makefile.objs
memory: make cpu_physical_memory_reset_dirty() take a length parameter
[qemu.git] / Makefile.objs
index 9928542cdf27bfa6f91211065abeb8c32073b7fc..857bb53ae4bfd3fb7f196c686874f999f7b7313d 100644 (file)
@@ -51,6 +51,8 @@ common-obj-$(CONFIG_POSIX) += os-posix.o
 common-obj-$(CONFIG_LINUX) += fsdev/
 
 common-obj-y += migration.o migration-tcp.o
+common-obj-y += vmstate.o
+common-obj-y += qemu-file.o
 common-obj-$(CONFIG_RDMA) += migration-rdma.o
 common-obj-y += qemu-char.o #aio.o
 common-obj-y += block-migration.o
@@ -98,12 +100,18 @@ common-obj-y += hw/
 common-obj-y += qom/
 common-obj-y += disas/
 
+######################################################################
+# Resource file for Windows executables
+version-obj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.o
+version-lobj-$(CONFIG_WIN32) += $(BUILD_DIR)/version.lo
+
 ######################################################################
 # guest agent
 
 # FIXME: a few definitions from qapi-types.o/qapi-visit.o are needed
 # by libqemuutil.a.  These should be moved to a separate .json schema.
 qga-obj-y = qga/ qapi-types.o qapi-visit.o
+qga-vss-dll-obj-y = qga/
 
 vl.o: QEMU_CFLAGS+=$(GPROF_CFLAGS)
 
@@ -115,6 +123,7 @@ nested-vars += \
        stub-obj-y \
        util-obj-y \
        qga-obj-y \
+       qga-vss-dll-obj-y \
        block-obj-y \
        common-obj-y
 dummy := $(call unnest-vars)
This page took 0.023307 seconds and 4 git commands to generate.