hwmon/drivers/mr75203: use HZ macros
[linux-2.6-microblaze.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