blob: 5d38774b4a565a07b04ac061116d383f07829d84 [file] [log] [blame] [edit]
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for PPS generators.
#
pps_gen_core-y := pps_gen.o sysfs.o
obj-$(CONFIG_PPS_GENERATOR) := pps_gen_core.o
obj-$(CONFIG_PPS_GENERATOR_DUMMY) += pps_gen-dummy.o
obj-$(CONFIG_PPS_GENERATOR_TIO) += pps_gen_tio.o
ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG