xref: /linux/drivers/pps/generators/Makefile (revision f4b369c6fe0ceaba2da2daff8c9eb415f85926dd)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
246b402a0SAlexander Gordeev#
346b402a0SAlexander Gordeev# Makefile for PPS generators.
446b402a0SAlexander Gordeev#
546b402a0SAlexander Gordeev
686b525beSRodolfo Giomettipps_gen_core-y			:= pps_gen.o sysfs.o
786b525beSRodolfo Giomettiobj-$(CONFIG_PPS_GENERATOR)	:= pps_gen_core.o
886b525beSRodolfo Giometti
9580afe4aSRodolfo Giomettiobj-$(CONFIG_PPS_GENERATOR_DUMMY)   += pps_gen-dummy.o
10*c89755d1SSubramanian Mohanobj-$(CONFIG_PPS_GENERATOR_TIO)     += pps_gen_tio.o
1146b402a0SAlexander Gordeev
12e3a59056SLukas Bulwahnccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG
13