summaryrefslogtreecommitdiffstats
path: root/drivers/pps/Makefile
diff options
context:
space:
mode:
authorAlexander Gordeev2011-01-13 02:00:58 +0100
committerLinus Torvalds2011-01-13 17:03:21 +0100
commit717c033669ed3ceaee8df57d4562fafcc1a6267a (patch)
tree892e922c08b5f5eee8fbe7c8e0fdc774db660c67 /drivers/pps/Makefile
parentpps: capture MONOTONIC_RAW timestamps as well (diff)
downloadkernel-qcow2-linux-717c033669ed3ceaee8df57d4562fafcc1a6267a.tar.gz
kernel-qcow2-linux-717c033669ed3ceaee8df57d4562fafcc1a6267a.tar.xz
kernel-qcow2-linux-717c033669ed3ceaee8df57d4562fafcc1a6267a.zip
pps: add kernel consumer support
Add an optional feature of PPSAPI, kernel consumer support, which uses the added hardpps() function. Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> Acked-by: Rodolfo Giometti <giometti@linux.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/pps/Makefile')
-rw-r--r--drivers/pps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pps/Makefile b/drivers/pps/Makefile
index 98960ddd3188..77c23457b739 100644
--- a/drivers/pps/Makefile
+++ b/drivers/pps/Makefile
@@ -3,6 +3,7 @@
#
pps_core-y := pps.o kapi.o sysfs.o
+pps_core-$(CONFIG_NTP_PPS) += kc.o
obj-$(CONFIG_PPS) := pps_core.o
obj-y += clients/