xref: /linux/drivers/tty/Makefile (revision 96fd7ce58ffb5c7bf376796b5525ba3ea1c9d69f)
1*96fd7ce5SGreg Kroah-Hartmanobj-y				+= tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
2*96fd7ce5SGreg Kroah-Hartman				   tty_buffer.o tty_port.o tty_mutex.o
3*96fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_LEGACY_PTYS)	+= pty.o
4*96fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_UNIX98_PTYS)	+= pty.o
5*96fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_AUDIT)		+= tty_audit.o
6*96fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_MAGIC_SYSRQ)	+= sysrq.o
7*96fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_N_HDLC)		+= n_hdlc.o
8*96fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_N_GSM)		+= n_gsm.o
9*96fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_R3964)		+= n_r3964.o
10