mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
char: create chardev-obj-y
This will help to split char.c in several units without having to reference them all everywhere. This is useful in particular for tests. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
178fe0ae9d
commit
32d955a422
5 changed files with 15 additions and 9 deletions
|
@ -1 +1 @@
|
|||
common-obj-y += char.o
|
||||
chardev-obj-y += char.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue