projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.9.328-gnu1
[releases.git]
/
drivers
/
pps
/
generators
/
Makefile
1
#
2
# Makefile for PPS generators.
3
#
4
5
obj-$(CONFIG_PPS_GENERATOR_PARPORT) += pps_gen_parport.o
6
7
ifeq ($(CONFIG_PPS_DEBUG),y)
8
EXTRA_CFLAGS += -DDEBUG
9
endif