diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-12-12 15:49:01 +0300 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-31 23:31:20 +0400 |
commit | 32d955a4221535a1a2d8730e0520561ad7531efd (patch) | |
tree | bbdd2655bf4f7bab8c84a940dff6850d8eeca6a8 /chardev/Makefile.objs | |
parent | 178fe0ae9d879777d31b0494459f172fa5db064e (diff) |
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>
Diffstat (limited to 'chardev/Makefile.objs')
-rw-r--r-- | chardev/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs index 3fc5539518..8bf131b461 100644 --- a/chardev/Makefile.objs +++ b/chardev/Makefile.objs @@ -1 +1 @@ -common-obj-y += char.o +chardev-obj-y += char.o |