xref: /linux/drivers/pps/Makefile (revision b08ee4d666f216a6f9e7194a9b335147d4717f33)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for the PPS core.
4#
5
6pps_core-y			:= pps.o kapi.o sysfs.o
7pps_core-$(CONFIG_NTP_PPS)	+= kc.o
8obj-$(CONFIG_PPS)		:= pps_core.o
9obj-y				+= clients/
10obj-$(CONFIG_PPS_GENERATOR)	+= generators/
11
12ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG
13