diff options
author | Rodolfo Giometti <giometti@linux.it> | 2010-03-11 00:23:47 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-13 00:52:43 +0100 |
commit | a0880df0ccde8d551fc4d88c455acb2ee0801e26 (patch) | |
tree | 91153c79484ee379d663f5cc7a490d18bac710f9 /drivers/pps/clients/Makefile | |
parent | ldisc n_tty: add new method n_tty_inherit_ops() (diff) | |
download | linux-a0880df0ccde8d551fc4d88c455acb2ee0801e26.tar.xz linux-a0880df0ccde8d551fc4d88c455acb2ee0801e26.zip |
pps: serial clients support
Adds support, by using the PPS line discipline, for the PPS sources
connected with the CD (Carrier Detect) pin of a serial port.
[akpm@linux-foundation.org: fix cast size warnings]
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Greg KH <greg@kroah.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Alexander Gordeev <lasaine@lvk.cs.msu.su>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/pps/clients/Makefile')
-rw-r--r-- | drivers/pps/clients/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pps/clients/Makefile b/drivers/pps/clients/Makefile index 115572ae3e99..812c9b19b430 100644 --- a/drivers/pps/clients/Makefile +++ b/drivers/pps/clients/Makefile @@ -3,6 +3,7 @@ # obj-$(CONFIG_PPS_CLIENT_KTIMER) += pps-ktimer.o +obj-$(CONFIG_PPS_CLIENT_LDISC) += pps-ldisc.o ifeq ($(CONFIG_PPS_DEBUG),y) EXTRA_CFLAGS += -DDEBUG |