Files

13 lines
283 B
Makefile
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0-only
2009-06-17 16:28:37 -07:00
#
# Makefile for the PPS core.
#
pps_core-y := pps.o kapi.o sysfs.o
2011-01-12 17:00:58 -08:00
pps_core-$(CONFIG_NTP_PPS) += kc.o
2009-06-17 16:28:37 -07:00
obj-$(CONFIG_PPS) := pps_core.o
2024-11-08 08:31:12 +01:00
obj-y += clients/
obj-$(CONFIG_PPS_GENERATOR) += generators/
2009-06-17 16:28:37 -07:00
ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG