summaryrefslogtreecommitdiffstats
path: root/drivers/tty/Makefile
diff options
context:
space:
mode:
authorNicolas Pitre2017-04-13 00:37:15 +0200
committerGreg Kroah-Hartman2017-04-18 18:01:52 +0200
commitfff0a2ca3a061c230b0e905e7586267a517538ac (patch)
tree7ec0eaa6fbc499c25f46bc01e1ffa7e11b0534f7 /drivers/tty/Makefile
parentconsole: move console_init() out of tty_io.c (diff)
downloadkernel-qcow2-linux-fff0a2ca3a061c230b0e905e7586267a517538ac.tar.gz
kernel-qcow2-linux-fff0a2ca3a061c230b0e905e7586267a517538ac.tar.xz
kernel-qcow2-linux-fff0a2ca3a061c230b0e905e7586267a517538ac.zip
tty: move baudrate handling code to a file of its own
To allow reuse without the rest of the tty_ioctl code. No logical changes from this patch. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/Makefile')
-rw-r--r--drivers/tty/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/Makefile b/drivers/tty/Makefile
index b95bed92da9f..6983b5a49ec3 100644
--- a/drivers/tty/Makefile
+++ b/drivers/tty/Makefile
@@ -1,5 +1,6 @@
obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
- tty_buffer.o tty_port.o tty_mutex.o tty_ldsem.o
+ tty_buffer.o tty_port.o tty_mutex.o \
+ tty_ldsem.o tty_baudrate.o
obj-$(CONFIG_LEGACY_PTYS) += pty.o
obj-$(CONFIG_UNIX98_PTYS) += pty.o
obj-$(CONFIG_AUDIT) += tty_audit.o