]> Git Repo - qemu.git/blobdiff - Makefile.objs
blockjob: Add .commit and .abort block job actions
[qemu.git] / Makefile.objs
index ecfe03c1953ac6a47fd16f2fab007aff0b562d6d..77be052dde4f158a7d0565df5076644e44543a8f 100644 (file)
@@ -54,6 +54,8 @@ common-obj-y += audio/
 common-obj-y += hw/
 common-obj-y += accel.o
 
+common-obj-y += replay/
+
 common-obj-y += ui/
 common-obj-y += bt-host.o bt-vhci.o
 bt-host.o-cflags := $(BLUEZ_CFLAGS)
@@ -104,3 +106,8 @@ target-obj-y += trace/
 # by libqemuutil.a.  These should be moved to a separate .json schema.
 qga-obj-y = qga/
 qga-vss-dll-obj-y = qga/
+
+######################################################################
+# contrib
+ivshmem-client-obj-y = contrib/ivshmem-client/
+ivshmem-server-obj-y = contrib/ivshmem-server/
This page took 0.022093 seconds and 4 git commands to generate.