mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
char: move ringbuf/memory to its own file
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
df85a78bf8
commit
bf51f62869
3 changed files with 250 additions and 218 deletions
|
@ -1,3 +1,4 @@
|
|||
chardev-obj-y += char.o
|
||||
chardev-obj-y += char-mux.o
|
||||
chardev-obj-y += char-null.o
|
||||
chardev-obj-y += char-ringbuf.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue