summaryrefslogtreecommitdiffstats
path: root/drivers/pps/clients/Makefile
diff options
context:
space:
mode:
authorRodolfo Giometti <giometti@linux.it>2010-03-10 15:23:47 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-03-12 15:52:43 -0800
commita0880df0ccde8d551fc4d88c455acb2ee0801e26 (patch)
tree91153c79484ee379d663f5cc7a490d18bac710f9 /drivers/pps/clients/Makefile
parent572b9adbd40b5565dc413db04af9cc234f72bf19 (diff)
downloadlinux-stable-a0880df0ccde8d551fc4d88c455acb2ee0801e26.tar.gz
linux-stable-a0880df0ccde8d551fc4d88c455acb2ee0801e26.tar.bz2
linux-stable-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/Makefile1
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