Files
linux-apfs/drivers/pps/Makefile
T

11 lines
212 B
Makefile
Raw Normal View History

2009-06-17 16:28:37 -07:00
#
# Makefile for the PPS core.
#
pps_core-y := pps.o kapi.o sysfs.o
2011-01-12 17:00:58 -08:00
pps_core-$(CONFIG_NTP_PPS) += kc.o
2009-06-17 16:28:37 -07:00
obj-$(CONFIG_PPS) := pps_core.o
2011-01-12 17:00:59 -08:00
obj-y += clients/ generators/
2009-06-17 16:28:37 -07:00
ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG