diff rvinterf/asyncshell/Makefile @ 748:b55a81ce7497

fc-shell: implement MMI_BATTERY_IND sending
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 22 Oct 2020 05:39:47 +0000
parents 90d7c360a614
children 6a0aa8d36d06
line wrap: on
line diff
--- a/rvinterf/asyncshell/Makefile	Mon Oct 19 18:00:37 2020 +0000
+++ b/rvinterf/asyncshell/Makefile	Thu Oct 22 05:39:47 2020 +0000
@@ -2,9 +2,9 @@
 CFLAGS=	-O2
 CPPFLAGS=-I../include
 PROG=	fc-shell
-OBJS=	at.o help.o init.o keypress.o main.o oneshot.o parse.o pktsort.o \
-	poweroff.o rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o \
-	usercmd.o
+OBJS=	at.o battery.o help.o init.o keypress.o main.o oneshot.o parse.o \
+	pktsort.o poweroff.o rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o \
+	tchrec.o usercmd.o
 LIBS=	../libasync/libasync.a ../libg23/libg23.a ../libinterf/libinterf.a
 
 INSTALL_PREFIX=	/opt/freecalypso