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

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

ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG