Merge commit '3ff195b011d7decf501a4d55aeed312731094796' into for-linus
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / pps / Makefile
1 #
2 # Makefile for the PPS core.
3 #
4
5 pps_core-y := pps.o kapi.o sysfs.o
6 obj-$(CONFIG_PPS) := pps_core.o
7 obj-y += clients/
8
9 ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG