diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-12-10 00:29:03 +0300 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-31 13:03:46 +0400 |
commit | 178fe0ae9d879777d31b0494459f172fa5db064e (patch) | |
tree | 027664620b89d6f5587ccee5a15c781031c8d924 /chardev/Makefile.objs | |
parent | 0b663b7d77f1a2170fe30a91e3d6de1bb769a378 (diff) |
char: move to chardev/
The following commits will split char.c in several files. Let's put them
in a subdirectory.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chardev/Makefile.objs b/chardev/Makefile.objs new file mode 100644 index 0000000000..3fc5539518 --- /dev/null +++ b/chardev/Makefile.objs @@ -0,0 +1 @@ +common-obj-y += char.o |