[go: up one dir, main page]

[704307]: / drivers / pps / Makefile  Maximize  Restore  History

Repo status: analyzing...

Download this file

9 lines (6 with data), 144 Bytes

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