diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2016-12-12 16:32:18 +0300 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2017-01-31 23:31:20 +0400 |
commit | bf51f62869f4f7623e66b8e2b9f138687575330d (patch) | |
tree | aa25611ae0d5a9d69def8770b8c1794bd1c6c346 /chardev/Makefile.objs | |
parent | df85a78bf83d85627de27f492e78e73bbbd3df4a (diff) |
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>
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 index f1ccc40ae1..d4ffb8d70e 100644 --- a/chardev/Makefile.objs +++ b/chardev/Makefile.objs @@ -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 |