diff rfcal/cmu200/Makefile @ 195:db9ee7745cdd

fc-cmu200d: socket handling skeleton added
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Apr 2017 01:43:02 +0000
parents 31d43f0e469a
children 47d56330609d
line wrap: on
line diff
--- a/rfcal/cmu200/Makefile	Mon Apr 24 00:45:54 2017 +0000
+++ b/rfcal/cmu200/Makefile	Mon Apr 24 01:43:02 2017 +0000
@@ -3,7 +3,7 @@
 PROGS=	fc-cmu200d fc-serscpi
 INSTBIN=/opt/freecalypso/bin
 
-CMU200D_OBJS=	init.o main.o openport.o sercmd.o
+CMU200D_OBJS=	init.o main.o openport.o sercmd.o session.o socket.o
 SERSCPI_OBJS=	openport.o sertool.o
 
 all:	${PROGS}