mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00

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>
3 lines
81 B
Text
3 lines
81 B
Text
chardev-obj-y += char.o
|
|
chardev-obj-y += char-mux.o
|
|
chardev-obj-y += char-null.o
|