xref: /linux/drivers/tty/Makefile (revision 728674a7e466628df2aeec6d11a2ae1ef968fb67)
196fd7ce5SGreg Kroah-Hartmanobj-y				+= tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
296fd7ce5SGreg Kroah-Hartman				   tty_buffer.o tty_port.o tty_mutex.o
396fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_LEGACY_PTYS)	+= pty.o
496fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_UNIX98_PTYS)	+= pty.o
596fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_AUDIT)		+= tty_audit.o
696fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_MAGIC_SYSRQ)	+= sysrq.o
796fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_N_HDLC)		+= n_hdlc.o
896fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_N_GSM)		+= n_gsm.o
996fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_R3964)		+= n_r3964.o
1060d4ae8dSGreg Kroah-Hartman
1160d4ae8dSGreg Kroah-Hartmanobj-y				+= vt/
12*728674a7SGreg Kroah-Hartmanobj-$(CONFIG_HVC_DRIVER)	+= hvc/
13