projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net: cpsw: do not register cpts twice
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
drivers
/
pps
/
Makefile
1
#
2
# Makefile for the PPS core.
3
#
4
5
pps_core-y := pps.o kapi.o sysfs.o
6
pps_core-$(CONFIG_NTP_PPS) += kc.o
7
obj-$(CONFIG_PPS) := pps_core.o
8
obj-y += clients/ generators/
9
10
ccflags-$(CONFIG_PPS_DEBUG) := -DDEBUG