xref: /linux/drivers/pps/generators/Makefile (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
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
1046b402a0SAlexander Gordeevobj-$(CONFIG_PPS_GENERATOR_PARPORT) += pps_gen_parport.o
11*c89755d1SSubramanian Mohanobj-$(CONFIG_PPS_GENERATOR_TIO)     += pps_gen_tio.o
1246b402a0SAlexander Gordeev
13e3a59056SLukas Bulwahnccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG
14