xref: /linux/drivers/pps/Makefile (revision c145211d1f9e2ef19e7b4c2b943f68366daa97af)
1#
2# Makefile for the PPS core.
3#
4
5pps_core-y			:= pps.o kapi.o sysfs.o
6obj-$(CONFIG_PPS)		:= pps_core.o
7obj-y				+= clients/
8
9ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG
10