1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2eae9d2baSRodolfo Giometti# 3eae9d2baSRodolfo Giometti# Makefile for the PPS core. 4eae9d2baSRodolfo Giometti# 5eae9d2baSRodolfo Giometti 6eae9d2baSRodolfo Giomettipps_core-y := pps.o kapi.o sysfs.o 7717c0336SAlexander Gordeevpps_core-$(CONFIG_NTP_PPS) += kc.o 8eae9d2baSRodolfo Giomettiobj-$(CONFIG_PPS) := pps_core.o 9*86b525beSRodolfo Giomettiobj-y += clients/ 10*86b525beSRodolfo Giomettiobj-$(CONFIG_PPS_GENERATOR) += generators/ 11eae9d2baSRodolfo Giometti 12eae9d2baSRodolfo Giometticcflags-$(CONFIG_PPS_DEBUG) := -DDEBUG 13