comparison rvinterf/asyncshell/Makefile @ 4:971906d7763d

fc-shell tch commands: changed to raw hex file format This "backward" change is needed for two reasons: 1) to support EFR in addition to 06.10 2) to preserve the DSP status words for the downlink
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 14 Jun 2016 01:02:48 +0000
parents e7502631a0f9
children 43e4c95d148a
comparison
equal deleted inserted replaced
3:6a029ad28212 4:971906d7763d
1 CC= gcc 1 CC= gcc
2 CFLAGS= -O2 -I../include 2 CFLAGS= -O2 -I../include
3 PROG= fc-shell 3 PROG= fc-shell
4 OBJS= at.o gsm0610.o init.o main.o oneshot.o parse.o pktsort.o poweroff.o \ 4 OBJS= at.o init.o main.o oneshot.o parse.o pktsort.o poweroff.o rxctl.o \
5 rxctl.o sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o usercmd.o 5 sendarb.o sendsp.o tchcmd.o tchplay.o tchrec.o usercmd.o
6 LIBS= ../libasync/libasync.a ../libg23/libg23.a 6 LIBS= ../libasync/libasync.a ../libg23/libg23.a
7 INSTBIN=/usr/local/bin 7 INSTBIN=/usr/local/bin
8 8
9 all: ${PROG} 9 all: ${PROG}
10 10