summaryrefslogtreecommitdiffstats
path: root/qemu/io/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/io/Makefile.objs')
-rw-r--r--qemu/io/Makefile.objs10
1 files changed, 10 insertions, 0 deletions
diff --git a/qemu/io/Makefile.objs b/qemu/io/Makefile.objs
new file mode 100644
index 000000000..9d8337d89
--- /dev/null
+++ b/qemu/io/Makefile.objs
@@ -0,0 +1,10 @@
+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 += task.o