aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2010-11-04 12:50:47 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-11-05 08:16:52 -0700
commit60d4ae8d436b8be6a8aedb63440203d5395e9f53 (patch)
tree2e0798d278100518634b999dc6705e9f02027d9f /drivers/tty/Makefile
parentTTY: create drivers/tty and move the tty core files there (diff)
downloadlinux-dev-60d4ae8d436b8be6a8aedb63440203d5395e9f53.tar.xz
linux-dev-60d4ae8d436b8be6a8aedb63440203d5395e9f53.zip
TTY: create drivers/tty/vt and move the vt code there
The vt and other related code is moved into the drivers/tty/vt directory. Acked-by: Arnd Bergmann <arnd@arndb.de> Cc: Jiri Slaby <jslaby@suse.cz> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/Makefile')
-rw-r--r--drivers/tty/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/Makefile b/drivers/tty/Makefile
index 7f63b3315e82..c43ef48b1a0f 100644
--- a/drivers/tty/Makefile
+++ b/drivers/tty/Makefile
@@ -7,3 +7,5 @@ obj-$(CONFIG_MAGIC_SYSRQ) += sysrq.o
obj-$(CONFIG_N_HDLC) += n_hdlc.o
obj-$(CONFIG_N_GSM) += n_gsm.o
obj-$(CONFIG_R3964) += n_r3964.o
+
+obj-y += vt/