comparison libgsmhr1/Makefile @ 495:aee13079db3c

libgsmhr1: implement SID reset
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 17 Jun 2024 23:25:19 +0000
parents aaf4dec8bee0
children af70bf42eb1b
comparison
equal deleted inserted replaced
494:aaf4dec8bee0 495:aee13079db3c
1 OBJS= pack_frame.o rtp_in.o sid_detect.o twts002_in.o twts002_out.o \ 1 OBJS= pack_frame.o rtp_in.o sid_detect.o sid_reset.o twts002_in.o \
2 unpack_frame.o 2 twts002_out.o unpack_frame.o
3 HDRS= tw_gsmhr.h 3 HDRS= tw_gsmhr.h
4 LIB= libgsmhr1.a 4 LIB= libgsmhr1.a
5 5
6 include ../config.defs 6 include ../config.defs
7 7