summaryrefslogtreecommitdiff
path: root/xpp/Makefile
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-28 00:05:59 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-02-28 00:05:59 +0000
commit229cb7dcb0293d22d75442c72f5f44ffb3956aa5 (patch)
tree7599d3861b21a87bda39b424b2dc43bf7d0aa4e7 /xpp/Makefile
parent75a1b90515aa90729ba32cb9698a6db53e19cdd4 (diff)
* xpp rev. 3495: fix a race in the FXO driver of recent weeks.
* Add the Astribank BRI driver (though still needs bristuffed zaptel to build and thus will not build by default) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2243 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/Makefile')
-rw-r--r--xpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpp/Makefile b/xpp/Makefile
index 205fd76..2162ab3 100644
--- a/xpp/Makefile
+++ b/xpp/Makefile
@@ -1,4 +1,5 @@
ZAPTEL_DIR = $(SUBDIRS)
+
EXTRA_CFLAGS = $(XPP_LOCAL_CFLAGS) \
-g3 -I$(ZAPTEL_DIR) \
-DDEBUG \
@@ -13,7 +14,6 @@ ifneq (,$(shell grep -w echo_can_state_t $(ZAPTEL_DIR)/zaptel.h))
EXTRA_CFLAGS += -DZAPTEL_EC_TYPEDEF
endif
-
obj-m += xpp.o xpd_fxs.o xpd_fxo.o
HAS_BRISTUFF := $(shell cpp $(CPPFLAGS) -dM $(ZAPTEL_DIR)/zconfig.h | sed -n 's/^.*CONFIG_ZAPATA_BRI_DCHANS/y/p')