diff cmu200/Makefile @ 3:b552e8d86474

fc-cmu200d: started implementing operation modes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 May 2017 07:01:53 +0000
parents e2db512abbee
children 504d3cbb95b5
line wrap: on
line diff
--- a/cmu200/Makefile	Sun May 21 06:37:56 2017 +0000
+++ b/cmu200/Makefile	Sun May 21 07:01:53 2017 +0000
@@ -3,8 +3,9 @@
 PROGS=	fc-cmu200d fc-serscpi
 INSTBIN=/opt/freecalypso/bin
 
-CMU200D_OBJS=	band.o dispatch.o init.o main.o openport.o sercmd.o session.o \
-		socket.o
+CMU200D_OBJS=	band.o dispatch.o init.o main.o mode.o openport.o sercmd.o \
+		session.o socket.o
+
 SERSCPI_OBJS=	openport.o sertool.o
 
 all:	${PROGS}