summaryrefslogtreecommitdiffstats
path: root/drivers/pps/generators/Makefile
blob: e109920e8a2dd9e6ff9c959327374a1b317e658e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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_PARPORT) += pps_gen_parport.o
obj-$(CONFIG_PPS_GENERATOR_TIO)     += pps_gen_tio.o

ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG