]> git.proxmox.com Git - mirror_qemu.git/blobdiff - io/Makefile.objs
nvme: fix oob access issue(CVE-2018-16847)
[mirror_qemu.git] / io / Makefile.objs
index 3d2f23248048475d306ef19479bf1d1f6b4075cf..9a20fce4edc680ba9449430eb8f57113fcf862d1 100644 (file)
@@ -1,5 +1,12 @@
 io-obj-y = channel.o
+io-obj-y += channel-buffer.o
+io-obj-y += channel-command.o
 io-obj-y += channel-file.o
 io-obj-y += channel-socket.o
+io-obj-y += channel-tls.o
 io-obj-y += channel-watch.o
+io-obj-y += channel-websock.o
+io-obj-y += channel-util.o
+io-obj-y += dns-resolver.o
+io-obj-y += net-listener.o
 io-obj-y += task.o