xref: /linux/drivers/pps/generators/Makefile (revision 86b525bed2758878e788c9fb6b8fb281fd61bdb0)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile for PPS generators.
4#
5
6pps_gen_core-y			:= pps_gen.o sysfs.o
7obj-$(CONFIG_PPS_GENERATOR)	:= pps_gen_core.o
8
9obj-$(CONFIG_PPS_GENERATOR_PARPORT) += pps_gen_parport.o
10
11ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG
12