]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.objs
net: rocker: fix an incorrect array bounds check
[mirror_qemu.git] / Makefile.objs
index fe02ee2cf44e84a5ec96a2f8f6ff5d871b1ef301..dac2c02d9f4b24ab584164e1145b0e46aa929922 100644 (file)
@@ -28,6 +28,11 @@ crypto-aes-obj-y = crypto/
 
 qom-obj-y = qom/
 
+#######################################################################
+# io-obj-y is code used by both qemu system emulation and qemu-img
+
+io-obj-y = io/
+
 ######################################################################
 # Target independent part of system emulation. The long term path is to
 # suppress *all* target specific code in case of system emulation, i.e. a
@@ -54,6 +59,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)