aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'channels/misdn/Makefile')
-rw-r--r--channels/misdn/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/channels/misdn/Makefile b/channels/misdn/Makefile
index 0f27dac54..f1838d13e 100644
--- a/channels/misdn/Makefile
+++ b/channels/misdn/Makefile
@@ -13,11 +13,6 @@ SOURCES = isdn_lib.c isdn_msg_parser.c
OBJDIR = .
OBJS = isdn_lib.o isdn_msg_parser.o
-ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/lib/libbnec.so),)
-CFLAGS+=-DBEROEC_VERSION=1
-CFLAGS+=-DWITH_BEROEC
-endif
-
all: chan_misdn_lib.a
%.o: %.c