/usr/src/linux-headers-5.15.0-190/drivers/pps
NameSizeModeActions
clients/-0755rm
generators/-0755rm
Kconfig12850644editdlrm
Makefile2520644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/drivers/pps/Makefile (252B)
# SPDX-License-Identifier: GPL-2.0-only # # Makefile for the PPS core. # pps_core-y := pps.o kapi.o sysfs.o pps_core-$(CONFIG_NTP_PPS) += kc.o obj-$(CONFIG_PPS) := pps_core.o obj-y += clients/ generators/ ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG