X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=drivers%2Ftty%2FMakefile;h=58ad1c05b7f8f9deea45e038c0400c5fc2a2fd39;hb=04bbc8e1f68cf4c1aac8024d6aea1a24757e8a5a;hp=6b78399bc7c97ddb436aa2982a303aa51836232b;hpb=bcd5d1d978c70841d68c7a3725269df9d5a4abf8;p=cascardo%2Flinux.git diff --git a/drivers/tty/Makefile b/drivers/tty/Makefile index 6b78399bc7c9..58ad1c05b7f8 100644 --- a/drivers/tty/Makefile +++ b/drivers/tty/Makefile @@ -1,5 +1,5 @@ obj-$(CONFIG_TTY) += tty_io.o n_tty.o tty_ioctl.o tty_ldisc.o \ - tty_buffer.o tty_port.o tty_mutex.o + tty_buffer.o tty_port.o tty_mutex.o tty_ldsem.o obj-$(CONFIG_LEGACY_PTYS) += pty.o obj-$(CONFIG_UNIX98_PTYS) += pty.o obj-$(CONFIG_AUDIT) += tty_audit.o