qemu-patch-raspberry4/io/Makefile.objs
Daniel P. Berrange d6e48869a4 io: add QIOChannelFile class
Add a QIOChannel subclass that is capable of operating on things
that are files, such as plain files, pipes, character/block
devices, but notably not sockets.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2015-12-18 12:18:31 +00:00

6 lines
124 B
Makefile

io-obj-y = channel.o
io-obj-y += channel-file.o
io-obj-y += channel-socket.o
io-obj-y += channel-watch.o
io-obj-y += task.o