Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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_DUMMY) += pps_gen-dummy.o
10obj-$(CONFIG_PPS_GENERATOR_PARPORT) += pps_gen_parport.o
11obj-$(CONFIG_PPS_GENERATOR_TIO) += pps_gen_tio.o
12
13ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG