]> git.proxmox.com Git - mirror_qemu.git/blobdiff - Makefile.objs
io: add abstract QIOChannel classes
[mirror_qemu.git] / Makefile.objs
index 77be052dde4f158a7d0565df5076644e44543a8f..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