blob: 4483eaadaddd7e76702ef0a18e4eed9442ead389 [file] [log] [blame]
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07001#
2# Makefile for the PPS core.
3#
4
5pps_core-y := pps.o kapi.o sysfs.o
Alexander Gordeev717c0332011-01-12 17:00:58 -08006pps_core-$(CONFIG_NTP_PPS) += kc.o
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07007obj-$(CONFIG_PPS) := pps_core.o
Alexander Gordeev46b402a2011-01-12 17:00:59 -08008obj-y += clients/ generators/
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07009
10ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG