summaryrefslogtreecommitdiff
path: root/xpp/Makefile
diff options
context:
space:
mode:
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]