1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 24f73bc4dSJoe Millenbachobj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \ 3fff0a2caSNicolas Pitre tty_buffer.o tty_port.o tty_mutex.o \ 48a8dabf2SAlan Cox tty_ldsem.o tty_baudrate.o tty_jobctrl.o \ 58a8dabf2SAlan Cox n_null.o 696fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_LEGACY_PTYS) += pty.o 796fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_UNIX98_PTYS) += pty.o 896fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_AUDIT) += tty_audit.o 996fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_MAGIC_SYSRQ) += sysrq.o 1096fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_N_HDLC) += n_hdlc.o 1196fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_N_GSM) += n_gsm.o 12ee4f6b4bSJ Freyenseeobj-$(CONFIG_TRACE_ROUTER) += n_tracerouter.o 13ee4f6b4bSJ Freyenseeobj-$(CONFIG_TRACE_SINK) += n_tracesink.o 1496fd7ce5SGreg Kroah-Hartmanobj-$(CONFIG_R3964) += n_r3964.o 1560d4ae8dSGreg Kroah-Hartman 1660d4ae8dSGreg Kroah-Hartmanobj-y += vt/ 17728674a7SGreg Kroah-Hartmanobj-$(CONFIG_HVC_DRIVER) += hvc/ 18ab4382d2SGreg Kroah-Hartmanobj-y += serial/ 19cd6484e1SRob Herringobj-$(CONFIG_SERIAL_DEV_BUS) += serdev/ 20a6afd9f3SGreg Kroah-Hartman 21a6afd9f3SGreg Kroah-Hartman# tty drivers 22a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_AMIGA_BUILTIN_SERIAL) += amiserial.o 23a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_BFIN_JTAG_COMM) += bfin_jtag_comm.o 24a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_CYCLADES) += cyclades.o 25a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_ISI) += isicom.o 26a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_MOXA_INTELLIO) += moxa.o 27a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_MOXA_SMARTIO) += mxser.o 28a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_NOZOMI) += nozomi.o 29a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_ROCKETPORT) += rocket.o 30a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_SYNCLINK_GT) += synclink_gt.o 31a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_SYNCLINKMP) += synclinkmp.o 32a6afd9f3SGreg Kroah-Hartmanobj-$(CONFIG_SYNCLINK) += synclink.o 33dcd83aafSTimur Tabiobj-$(CONFIG_PPC_EPAPR_HV_BYTECHAN) += ehv_bytechan.o 34666b7793SArve Hjønnevågobj-$(CONFIG_GOLDFISH_TTY) += goldfish.o 358200e38aSJames Hoganobj-$(CONFIG_DA_TTY) += metag_da.o 364cebec60SJames Hoganobj-$(CONFIG_MIPS_EJTAG_FDC_TTY) += mips_ejtag_fdc.o 3755bd2133SJag Ramanobj-$(CONFIG_VCC) += vcc.o 38282361a0SGreg Kroah-Hartman 39282361a0SGreg Kroah-Hartmanobj-y += ipwireless/ 40