xref: /linux/drivers/tty/Makefile (revision 8a8dabf2dd68caff842d38057097c23bc514ea6e)
14f73bc4dSJoe Millenbachobj-$(CONFIG_TTY)		+= tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \
2fff0a2caSNicolas Pitre				   tty_buffer.o tty_port.o tty_mutex.o \
3*8a8dabf2SAlan Cox				   tty_ldsem.o tty_baudrate.o tty_jobctrl.o \
4*8a8dabf2SAlan Cox				   n_null.o
596fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_LEGACY_PTYS)	+= pty.o
696fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_UNIX98_PTYS)	+= pty.o
796fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_AUDIT)		+= tty_audit.o
896fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_MAGIC_SYSRQ)	+= sysrq.o
996fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_N_HDLC)		+= n_hdlc.o
1096fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_N_GSM)		+= n_gsm.o
11ee4f6b4bSJ Freyenseeobj-$(CONFIG_TRACE_ROUTER)	+= n_tracerouter.o
12ee4f6b4bSJ Freyenseeobj-$(CONFIG_TRACE_SINK)	+= n_tracesink.o
1396fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_R3964)		+= n_r3964.o
1460d4ae8dSGreg Kroah-Hartman
1560d4ae8dSGreg Kroah-Hartmanobj-y				+= vt/
16728674a7SGreg Kroah-Hartmanobj-$(CONFIG_HVC_DRIVER)	+= hvc/
17ab4382d2SGreg Kroah-Hartmanobj-y				+= serial/
18cd6484e1SRob Herringobj-$(CONFIG_SERIAL_DEV_BUS)	+= serdev/
19a6afd9f3SGreg Kroah-Hartman
20a6afd9f3SGreg Kroah-Hartman# tty drivers
21a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_AMIGA_BUILTIN_SERIAL) += amiserial.o
22a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_BFIN_JTAG_COMM)	+= bfin_jtag_comm.o
23a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_CYCLADES)		+= cyclades.o
24a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_ISI)		+= isicom.o
25a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_MOXA_INTELLIO)	+= moxa.o
26a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_MOXA_SMARTIO)	+= mxser.o
27a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_NOZOMI)		+= nozomi.o
28a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_ROCKETPORT)	+= rocket.o
29a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_SYNCLINK_GT)	+= synclink_gt.o
30a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_SYNCLINKMP)	+= synclinkmp.o
31a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_SYNCLINK)		+= synclink.o
32dcd83aafSTimur Tabiobj-$(CONFIG_PPC_EPAPR_HV_BYTECHAN) += ehv_bytechan.o
33666b7793SArve Hjønnevågobj-$(CONFIG_GOLDFISH_TTY)	+= goldfish.o
348200e38aSJames Hoganobj-$(CONFIG_DA_TTY)		+= metag_da.o
354cebec60SJames Hoganobj-$(CONFIG_MIPS_EJTAG_FDC_TTY) += mips_ejtag_fdc.o
36282361a0SGreg Kroah-Hartman
37282361a0SGreg Kroah-Hartmanobj-y += ipwireless/
38