]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/pps/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[mirror_ubuntu-jammy-kernel.git] / drivers / pps / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Makefile for the PPS core.
4 #
5
6 pps_core-y := pps.o kapi.o sysfs.o
7 pps_core-$(CONFIG_NTP_PPS) += kc.o
8 obj-$(CONFIG_PPS) := pps_core.o
9 obj-y += clients/ generators/
10
11 ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG