diff options
Diffstat (limited to 'drivers/pps/Makefile')
-rw-r--r-- | drivers/pps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pps/Makefile b/drivers/pps/Makefile index 98960ddd318..77c23457b73 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/ |