diff rvinterf/asyncshell/Makefile @ 879:4661b84260a0

fc-shell: AT-over-RVTMUX command sending implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 00:19:28 +0000
parents dab341e172de
children 1b1683cda154
line wrap: on
line diff
--- a/rvinterf/asyncshell/Makefile	Sun May 31 08:02:36 2015 +0000
+++ b/rvinterf/asyncshell/Makefile	Mon Jun 01 00:19:28 2015 +0000
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2 -I../include
 PROG=	fc-shell
-OBJS=	init.o main.o pktsort.o rxctl.o sendsp.o usercmd.o
+OBJS=	at.o init.o main.o pktsort.o rxctl.o sendsp.o usercmd.o
 LIBS=	../libasync/libasync.a ../libg23/libg23.a
 INSTBIN=/usr/local/bin