brintos

brintos / linux-shallow public Read only

0
0
Text · 252 B · ceaf65c Raw
12 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the PPS core.4#5 6pps_core-y			:= pps.o kapi.o sysfs.o7pps_core-$(CONFIG_NTP_PPS)	+= kc.o8obj-$(CONFIG_PPS)		:= pps_core.o9obj-y				+= clients/ generators/10 11ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG12