From 229cb7dcb0293d22d75442c72f5f44ffb3956aa5 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Wed, 28 Feb 2007 00:05:59 +0000 Subject: * 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 --- xpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/Makefile') 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') -- cgit v1.2.3