media: v4l2_driver: Supplement the missing runtime pm get ops on more than once strea...
[platform/kernel/linux-starfive.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