summaryrefslogtreecommitdiff
path: root/xpp/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-17 20:59:40 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-05-17 20:59:40 +0000
commit491e3edcb538ac1e6dffa5400501cc4d176e5c02 (patch)
tree5c02307e764f928f8ed9747507511dad69b78122 /xpp/Makefile
parent066095977e60c3be2999511de4e08e0dd56d0e3b (diff)
The makefile change needed for parport debugging (only used if parport
debugging is enabled). Accedintally left out of previous commit. Has no effect by default. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2534 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/Makefile')
-rw-r--r--xpp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/xpp/Makefile b/xpp/Makefile
index 00e54ce..2bc621a 100644
--- a/xpp/Makefile
+++ b/xpp/Makefile
@@ -28,6 +28,11 @@ xpd_fxs-y += card_fxs.o
xpd_fxo-y += card_fxo.o
xpd_bri-y += card_bri.o
+ifeq (y,$(PARPORT_DEBUG))
+EXTRA_CFLAGS += -DDEBUG_SYNC_PARPORT
+obj-m += parport_debug.o
+endif
+
ctags:
ctags *.[ch]