[svn-commits] tzafrir: branch 1.2 r2534 - /branches/1.2/xpp/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu May 17 13:59:40 MST 2007
Author: tzafrir
Date: Thu May 17 15:59:40 2007
New Revision: 2534
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2534
Log:
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.
Modified:
branches/1.2/xpp/Makefile
Modified: branches/1.2/xpp/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/xpp/Makefile?view=diff&rev=2534&r1=2533&r2=2534
==============================================================================
--- branches/1.2/xpp/Makefile (original)
+++ branches/1.2/xpp/Makefile Thu May 17 15:59:40 2007
@@ -28,6 +28,11 @@
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]
More information about the svn-commits
mailing list