repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: don't kick empty queue in blk_drain_queue()
[linux-2.6.git]
/
drivers
/
pps
/
Makefile
blob
4483eaadaddd7e76702ef0a18e4eed9442ead389
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