aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps/Makefile
blob: 98960ddd3188ae2d05c26db5269546fca3dfff7f (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# Makefile for the PPS core.
#

pps_core-y			:= pps.o kapi.o sysfs.o
obj-$(CONFIG_PPS)		:= pps_core.o
obj-y				+= clients/

ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG