repo.or.cz
/
pohmelfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.34-rc3
[pohmelfs.git]
/
drivers
/
pps
/
clients
/
Makefile
blob
812c9b19b430951f1eed1b633fa12e3ad0de558f
1
#
2
# Makefile for PPS clients.
3
#
4
5
obj-
$(
CONFIG_PPS_CLIENT_KTIMER
) +=
pps-ktimer.o
6
obj-
$(
CONFIG_PPS_CLIENT_LDISC
) +=
pps-ldisc.o
7
8
ifeq
($(
CONFIG_PPS_DEBUG
),
y
)
9
EXTRA_CFLAGS
+= -
DDEBUG
10
endif