xref: /linux/drivers/tty/Makefile (revision a6afd9f3e819de4795fcd356e5bfad446e4323f2)
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/
12728674a7SGreg Kroah-Hartmanobj-$(CONFIG_HVC_DRIVER)	+= hvc/
13ab4382d2SGreg Kroah-Hartmanobj-y				+= serial/
14*a6afd9f3SGreg Kroah-Hartman
15*a6afd9f3SGreg Kroah-Hartman# tty drivers
16*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_AMIGA_BUILTIN_SERIAL) += amiserial.o
17*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_BFIN_JTAG_COMM)	+= bfin_jtag_comm.o
18*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_CYCLADES)		+= cyclades.o
19*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_ISI)		+= isicom.o
20*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_MOXA_INTELLIO)	+= moxa.o
21*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_MOXA_SMARTIO)	+= mxser.o
22*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_NOZOMI)		+= nozomi.o
23*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_ROCKETPORT)	+= rocket.o
24*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_SYNCLINK_GT)	+= synclink_gt.o
25*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_SYNCLINKMP)	+= synclinkmp.o
26*a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_SYNCLINK)		+= synclink.o
27