repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
include: replace linux/module.h with "struct module" wherever possible
[linux-2.6/next.git]
/
drivers
/
pps
/
clients
/
Makefile
blob
4feb7e9e71ee6c14fb8ce8585437ccd3d7dde24c
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
obj-
$(
CONFIG_PPS_CLIENT_PARPORT
) +=
pps_parport.o
8
9
ccflags-
$(
CONFIG_PPS_DEBUG
) := -
DDEBUG