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:
Marc-André Lureau 2016-12-12 15:49:01 +03:00
parent 178fe0ae9d
commit 32d955a422
5 changed files with 15 additions and 9 deletions

View file

@ -1 +1 @@
common-obj-y += char.o
chardev-obj-y += char.o