repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/unwinder: Handle stack overflows more gracefully
[linux/fpc-iii.git]
/
drivers
/
pps
/
generators
/
Makefile
blob
303304a6b8ec22a93e951b3cc0367884622981ca
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