blob: ceaf65cc1f1ded6a4f1e7e47fc0bf38c556f1a7d [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07002#
3# Makefile for the PPS core.
4#
5
6pps_core-y := pps.o kapi.o sysfs.o
Alexander Gordeev717c0332011-01-12 17:00:58 -08007pps_core-$(CONFIG_NTP_PPS) += kc.o
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -07008obj-$(CONFIG_PPS) := pps_core.o
Alexander Gordeev46b402a2011-01-12 17:00:59 -08009obj-y += clients/ generators/
Rodolfo Giomettieae9d2b2009-06-17 16:28:37 -070010
11ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG