Files
linux-apfs/drivers/pps/Makefile
T

10 lines
165 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
obj-$(CONFIG_PPS) := pps_core.o
2010-03-10 15:23:45 -08:00
obj-y += clients/
2009-06-17 16:28:37 -07:00
ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG