comparison uptools/atcmd/Makefile @ 372:1e7c6fcb9abe

uptools/atcmd: smsend_pdu.c renamed to smsend_pduout.c
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 08 Mar 2018 18:13:38 +0000
parents 076d533f840d
children 1fa4dcbb1c87
comparison
equal deleted inserted replaced
371:0bd06f481223 372:1e7c6fcb9abe
8 ATCMD_OBJS= atcmd.o atinterf.o 8 ATCMD_OBJS= atcmd.o atinterf.o
9 9
10 SMDUMP_OBJS= atinterf.o resp_parse.o smdump.o ${LIBCODING} 10 SMDUMP_OBJS= atinterf.o resp_parse.o smdump.o ${LIBCODING}
11 11
12 SMSEND_OBJS= atinterf.o resp_parse.o smsend_cmgw.o smsend_concat.o \ 12 SMSEND_OBJS= atinterf.o resp_parse.o smsend_cmgw.o smsend_concat.o \
13 smsend_main.o smsend_pdu.o smsend_text.o ${LIBCODING} 13 smsend_main.o smsend_pduout.o smsend_text.o ${LIBCODING}
14 14
15 all: ${PROGS} 15 all: ${PROGS}
16 16
17 fcup-at: ${ATCMD_OBJS} 17 fcup-at: ${ATCMD_OBJS}
18 ${CC} ${CFLAGS} -o $@ ${ATCMD_OBJS} 18 ${CC} ${CFLAGS} -o $@ ${ATCMD_OBJS}