X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fio%2FMakefile.objs;fp=qemu%2Fio%2FMakefile.objs;h=9d8337d89adf062429b6ceaa96b53a3a47256046;hb=437fd90c0250dee670290f9b714253671a990160;hp=0000000000000000000000000000000000000000;hpb=5bbd6fe9b8bab2a93e548c5a53b032d1939eec05;p=kvmfornfv.git 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