]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/pps/Makefile
Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / drivers / pps / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
eae9d2ba
RG
2#
3# Makefile for the PPS core.
4#
5
6pps_core-y := pps.o kapi.o sysfs.o
717c0336 7pps_core-$(CONFIG_NTP_PPS) += kc.o
eae9d2ba 8obj-$(CONFIG_PPS) := pps_core.o
46b402a0 9obj-y += clients/ generators/
eae9d2ba
RG
10
11ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG