From bf51f62869f4f7623e66b8e2b9f138687575330d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 12 Dec 2016 16:32:18 +0300 Subject: char: move ringbuf/memory to its own file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Reviewed-by: Eric Blake --- chardev/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'chardev/Makefile.objs') 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 -- cgit v1.2.1