treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.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