From 9da77abb6b7a023f2dcc1564835e89d9436d6793 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 11 May 2018 17:39:21 +0200 Subject: isdnhdlc: Port from kernel to userspace * prefix all symbols/constants with osmo_ * use stdint.h types instead of kernel types * use Doxygen API documentation * use Osmocom CRC16-CCITT functions * use Osmocom bit-reversal functions * integrate with Automake Change-Id: I109085ab3e412c20b19cd42fb7137aa0e4167542 --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 2a77d5e3..45fb89df 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,7 +22,8 @@ libosmocore_la_SOURCES = timer.c timer_gettimeofday.c timer_clockgettime.c \ conv.c application.c rbtree.c strrb.c \ loggingrb.c crc8gen.c crc16gen.c crc32gen.c crc64gen.c \ macaddr.c stat_item.c stats.c stats_statsd.c prim.c \ - conv_acc.c conv_acc_generic.c sercomm.c prbs.c + conv_acc.c conv_acc_generic.c sercomm.c prbs.c \ + isdnhdlc.c if HAVE_SSSE3 libosmocore_la_SOURCES += conv_acc_sse.c -- cgit v1.2.3