summaryrefslogtreecommitdiffstats
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
authorAlan Cox2008-10-13 11:37:07 +0200
committerLinus Torvalds2008-10-13 18:51:40 +0200
commit9e48565d217a8a96cc7577308ad41e9e4b806a62 (patch)
tree2ff5f745d72e0d33a93cdc51622f011f0031eb76 /drivers/char/Makefile
parenttty: split the buffering from tty_io (diff)
downloadkernel-qcow2-linux-9e48565d217a8a96cc7577308ad41e9e4b806a62.tar.gz
kernel-qcow2-linux-9e48565d217a8a96cc7577308ad41e9e4b806a62.tar.xz
kernel-qcow2-linux-9e48565d217a8a96cc7577308ad41e9e4b806a62.zip
tty: Split tty_port into its own file
Not much in it yet but this will grow a lot Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index 77ea41b88ea8..1a4247dccac4 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -7,7 +7,7 @@
#
FONTMAPFILE = cp437.uni
-obj-y += mem.o random.o tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o tty_buffer.o
+obj-y += mem.o random.o tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o tty_buffer.o tty_port.o
obj-$(CONFIG_LEGACY_PTYS) += pty.o
obj-$(CONFIG_UNIX98_PTYS) += pty.o