Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / pps / Makefile
blobceaf65cc1f1ded6a4f1e7e47fc0bf38c556f1a7d
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Makefile for the PPS core.
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/
11 ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG