From 6aa0f0c90048f57cfea7c98f46a4db1e2fe78142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 12 Dec 2016 20:13:11 +0300 Subject: char: move parallel chardev in its own file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau Acked-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 45fc8af0c4..1feda0f0ed 100644 --- a/chardev/Makefile.objs +++ b/chardev/Makefile.objs @@ -5,6 +5,7 @@ chardev-obj-y += char-file.o chardev-obj-y += char-io.o chardev-obj-y += char-mux.o chardev-obj-y += char-null.o +chardev-obj-$(CONFIG_POSIX) += char-parallel.o chardev-obj-y += char-pipe.o chardev-obj-$(CONFIG_POSIX) += char-pty.o chardev-obj-y += char-ringbuf.o -- cgit v1.2.1