aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pps/Makefile')
-rw-r--r--drivers/pps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pps/Makefile b/drivers/pps/Makefile
index 98960ddd3188..4483eaadaddd 100644
--- a/drivers/pps/Makefile
+++ b/drivers/pps/Makefile
@@ -3,7 +3,8 @@
#
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/
+obj-y += clients/ generators/
ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG