/drivers/pps/Makefile
Makefile | 10 lines | 5 code | 2 blank | 3 comment | 0 complexity | e317a56bd31eb19c5b5ab50fc3674488 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#
2# Makefile for the PPS core.
3#
4
5pps_core-y := pps.o kapi.o sysfs.o
6pps_core-$(CONFIG_NTP_PPS) += kc.o
7obj-$(CONFIG_PPS) := pps_core.o
8obj-y += clients/ generators/
9
10ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG