qemu-patch-raspberry4/chardev/Makefile.objs
Marc-André Lureau df85a78bf8 char: move mux to its own file
A mechanical move, except that qemu_chr_write_all() needs to be declared
in char.h header to be used from chardev unit files.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2017-01-31 23:31:20 +04:00

4 lines
81 B
Makefile

chardev-obj-y += char.o
chardev-obj-y += char-mux.o
chardev-obj-y += char-null.o