android_kernel_cmhtcleo/drivers/pps/Makefile
2010-08-27 11:19:57 +02:00

9 lines
144 B
Makefile

#
# 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