diff rfcal/cmu200/Makefile @ 196:47d56330609d

fc-cmu200d: skeleton complete, ready to start adding meat
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Apr 2017 02:17:04 +0000
parents db9ee7745cdd
children
line wrap: on
line diff
--- a/rfcal/cmu200/Makefile	Mon Apr 24 01:43:02 2017 +0000
+++ b/rfcal/cmu200/Makefile	Mon Apr 24 02:17:04 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 session.o socket.o
+CMU200D_OBJS=	dispatch.o init.o main.o openport.o sercmd.o session.o socket.o
 SERSCPI_OBJS=	openport.o sertool.o
 
 all:	${PROGS}