diff cmu200/Makefile @ 2:e2db512abbee

fc-cmu200d: band and ARFCN tables implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 May 2017 06:37:56 +0000
parents bd62be88259d
children b552e8d86474
line wrap: on
line diff
--- a/cmu200/Makefile	Sat May 20 18:58:44 2017 +0000
+++ b/cmu200/Makefile	Sun May 21 06:37:56 2017 +0000
@@ -3,7 +3,8 @@
 PROGS=	fc-cmu200d fc-serscpi
 INSTBIN=/opt/freecalypso/bin
 
-CMU200D_OBJS=	dispatch.o init.o main.o openport.o sercmd.o session.o socket.o
+CMU200D_OBJS=	band.o dispatch.o init.o main.o openport.o sercmd.o session.o \
+		socket.o
 SERSCPI_OBJS=	openport.o sertool.o
 
 all:	${PROGS}