blob: 4483eaadaddd7e76702ef0a18e4eed9442ead389 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#
2# Makefile for the PPS core.
3#
4
5pps_core-y := pps.o kapi.o sysfs.o
6pps_core-$(CONFIG_NTP_PPS) += kc.o
7obj-$(CONFIG_PPS) := pps_core.o
8obj-y += clients/ generators/
9
10ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG